Re: How about a Netbeans integration plugin?

2010-01-02 Thread Larry Meadors
I think that is a great idea - I think google's got better infrastructure than Apache. :-/ Larry On Sat, Jan 2, 2010 at 9:19 PM, Clinton Begin wrote: > What do you guys thing of creating a google code project for iBATIS > plugins?  This would avoid the need to get everyone signing CLAs and woul

Re: How about a Netbeans integration plugin?

2010-01-02 Thread Nathan Maves
sounds good to me On Sat, Jan 2, 2010 at 9:19 PM, Clinton Begin wrote: > What do you guys thing of creating a google code project for iBATIS > plugins? This would avoid the need to get everyone signing CLAs and would > give you more freedom over your project. At the same time, it would keep > t

Re: Mapping a Complex Object

2010-01-02 Thread Guy Rouillier
Comments inline. Overall, you seem to have made this much more complicated than it needs to be. Looking at your database schema from your original message, all the table columns are simple strings or number, except for the gender enum. But you've elected to make every column a distinct objec

Re: How about a Netbeans integration plugin?

2010-01-02 Thread Clinton Begin
What do you guys thing of creating a google code project for iBATIS plugins? This would avoid the need to get everyone signing CLAs and would give you more freedom over your project. At the same time, it would keep the iBATIS codebase free of 3rd party dependencies. We could organize it into cat

Re: Scala object support in iBATIS 3

2010-01-02 Thread Clinton Begin
Cool. Thanks Chris. You might do well to create a Jira ticket (New Feature) and attach the zip file there. Clinton On Sat, Jan 2, 2010 at 7:42 PM, Chris Reeves wrote: > For those who may be interested, here is my implementation of a scala > object wrapper. It includes an abstract base class t

Re: Mapping a Complex Object

2010-01-02 Thread Dan Forward
Thank you, Guy, you have been a big help! This is what I came up with. It works, but not as well as I had hoped.

Re: How about a Netbeans integration plugin?

2010-01-02 Thread Nathan Maves
So I have the first version of the Netbeans Plugin Module done. Simple yet functional. I have yet to put it into svn but let me know if you want to try it out. Or if there are other features that you may want. Configuration features - Hyperlink to mapper files - Hyperlink typeAlias to jav