|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Ibator for ibatis 3Hi
My comment: I have had a first look at ibatis 3 and I like it a lot. Even though annotations might not have lived up to the expected promise, we certainly have some use cases for which they are going to be very handy. Thanks for the good work guys! (I can soon retire my custom auto generated keys hack for ibatis 2) My question: We have a new project we will be working on for the next 5-7 months and I want to start using ibatis 3 and ibator. Is there any ibator code for ibatis 3 in svn that can be checked out or any binaries for a current version of ibator that supports ibatis 3? thanks Zach --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscribe@... For additional commands, e-mail: user-java-help@... |
|
|
Re: Ibator for ibatis 3Ibator for ibatis3 has been *almost* ready for some time now. I'll
try to get it finished and checked in to SVN this weekend. Jeff Butler On Thu, Nov 5, 2009 at 1:17 AM, Zach Visagie <zachv@...> wrote: > Hi > > My comment: I have had a first look at ibatis 3 and I like it a lot. Even though annotations might not have lived up to the expected promise, we certainly have some use cases for which they are going to be very handy. Thanks for the good work guys! (I can soon retire my custom auto generated keys hack for ibatis 2) > > My question: We have a new project we will be working on for the next 5-7 months and I want to start using ibatis 3 and ibator. Is there any ibator code for ibatis 3 in svn that can be checked out or any binaries for a current version of ibator that supports ibatis 3? > > thanks > Zach > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-java-unsubscribe@... > For additional commands, e-mail: user-java-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscribe@... For additional commands, e-mail: user-java-help@... |
|
|
Re: Ibator for ibatis 3On Thu, 5 Nov 2009 09:44:48 -0600
Jeff Butler <jeffgbutler@...> wrote: > Ibator for ibatis3 has been *almost* ready for some time now. I'll :) > try to get it finished and checked in to SVN this weekend. > Cool, thanks! In terms of our context as I described below, getting even a buggy beta version is ok for our use... > Jeff Butler > > > On Thu, Nov 5, 2009 at 1:17 AM, Zach Visagie <zachv@...> wrote: > > Hi > > > > My comment: I have had a first look at ibatis 3 and I like it a lot. Even though annotations might not have lived up to the expected promise, we certainly have some use cases for which they are going to be very handy. Thanks for the good work guys! (I can soon retire my custom auto generated keys hack for ibatis 2) > > > > My question: We have a new project we will be working on for the next 5-7 months and I want to start using ibatis 3 and ibator. Is there any ibator code for ibatis 3 in svn that can be checked out or any binaries for a current version of ibator that supports ibatis 3? > > > > thanks > > Zach > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-java-unsubscribe@... > > For additional commands, e-mail: user-java-help@... > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-java-unsubscribe@... > For additional commands, e-mail: user-java-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscribe@... For additional commands, e-mail: user-java-help@... |
|
|
Re: Ibator for ibatis 3Ibator updates for iBATIS3 are now in SVN. I won't do a formal
release for a few days as I need to update the docs, but feel free to check it out and play with it. Ibator is now built with Maven rather than Ant, so you'll need to know how to do a Maven build. All the tests pass, but there might be some situations I've not anticipated. Let me know if you encounter any difficulties. The SVN link is here: http://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/core/ Jeff Butler On Thu, Nov 5, 2009 at 11:41 PM, Zach Visagie <zachv@...> wrote: > On Thu, 5 Nov 2009 09:44:48 -0600 > Jeff Butler <jeffgbutler@...> wrote: > >> Ibator for ibatis3 has been *almost* ready for some time now. I'll > > :) > >> try to get it finished and checked in to SVN this weekend. >> > > Cool, thanks! In terms of our context as I described below, getting even a buggy beta version is ok for our use... > > > >> Jeff Butler >> >> >> On Thu, Nov 5, 2009 at 1:17 AM, Zach Visagie <zachv@...> wrote: >> > Hi >> > >> > My comment: I have had a first look at ibatis 3 and I like it a lot. Even though annotations might not have lived up to the expected promise, we certainly have some use cases for which they are going to be very handy. Thanks for the good work guys! (I can soon retire my custom auto generated keys hack for ibatis 2) >> > >> > My question: We have a new project we will be working on for the next 5-7 months and I want to start using ibatis 3 and ibator. Is there any ibator code for ibatis 3 in svn that can be checked out or any binaries for a current version of ibator that supports ibatis 3? >> > >> > thanks >> > Zach >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: user-java-unsubscribe@... >> > For additional commands, e-mail: user-java-help@... >> > >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: user-java-unsubscribe@... >> For additional commands, e-mail: user-java-help@... >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-java-unsubscribe@... > For additional commands, e-mail: user-java-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscribe@... For additional commands, e-mail: user-java-help@... |
|
|
Re: Ibator for ibatis 3Jeff Butler wrote:
> Ibator updates for iBATIS3 are now in SVN. ... > Let me know if you encounter any difficulties. Jeff, thanks for your work on this. I've been using iBATIS 3 and Ibator 1.2.2 on a new project and the capabilities are great! I have one issue. Just yesterday, I had a complex SELECT statement I was trying to use. I started typing up the result map by hand and that got tedious. So, I took the easy way out and in the database, did a CREATE TABLE AS SELECT... ; this is Oracle, btw. That worked fine; I was then able to run Ibator against the table. My question is, with Ibator 3 will we be able to ask it to generate output based on a supplied SELECT statement? Or is it still restricted to tables (and views)? I took a quick look at the SVN repository online and the DTD still only shows "table" as the way to generate artifacts. Hmm, another thought. I typed up the SELECT statement in the iBATIS mapper file after first testing it in Oracle. I then started working on the result map. Would it be possible to tell Ibator to use an iBATIS SQL statement ID as the source for generating artifacts? Thanks. -- Guy Rouillier --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscribe@... For additional commands, e-mail: user-java-help@... |
|
|
Re: Ibator for ibatis 3Hi Guy,
I'm glad you are finding some value from Ibator. I have no plans to do a generate from a select statement. I'm not opposed to it philosophically - I just have limited time right now. Feel free to work on a patch if you are interested. Jeff Butler On Thu, Nov 12, 2009 at 1:34 AM, Guy Rouillier <guyr-ml1@...> wrote: > Jeff Butler wrote: >> >> Ibator updates for iBATIS3 are now in SVN. > > ... >> >> Let me know if you encounter any difficulties. > > Jeff, thanks for your work on this. I've been using iBATIS 3 and Ibator > 1.2.2 on a new project and the capabilities are great! I have one issue. > Just yesterday, I had a complex SELECT statement I was trying to use. I > started typing up the result map by hand and that got tedious. So, I took > the easy way out and in the database, did a CREATE TABLE AS SELECT... ; this > is Oracle, btw. That worked fine; I was then able to run Ibator against the > table. > > My question is, with Ibator 3 will we be able to ask it to generate output > based on a supplied SELECT statement? Or is it still restricted to tables > (and views)? I took a quick look at the SVN repository online and the DTD > still only shows "table" as the way to generate artifacts. > > Hmm, another thought. I typed up the SELECT statement in the iBATIS mapper > file after first testing it in Oracle. I then started working on the result > map. Would it be possible to tell Ibator to use an iBATIS SQL statement ID > as the source for generating artifacts? > > Thanks. > > -- > Guy Rouillier > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-java-unsubscribe@... > For additional commands, e-mail: user-java-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscribe@... For additional commands, e-mail: user-java-help@... |
| Free embeddable forum powered by Nabble | Forum Help |