Updated IDEA plug-in for iBATIS

2007-10-04 Thread Larry Meadors
Hey all, Libing Chen (a 29 year old software developer from China) posted to one of the mailing lists about an iBATIS plug-in for IDEA that he had started working on. Now that IDEA 7 is closer to release (I've been using M2 since it's release, and it's been pretty solid), and cheaper ($250 now),

SV: Updated IDEA plug-in for iBATIS

2007-10-04 Thread erlend.bjorge
Hi there! This plugin looks great, but are you also thinking about a feature like this: Generate CRUD SQL . with default class or alias as input param ? ??? This feature should also have the possibilities to change the default query names for each CRUD operation from e.g:

SV: Updated IDEA plug-in for iBATIS

2007-10-04 Thread erlend.bjorge
Hi again! To quick respons last time: We now have intentions for automatically creating result maps and all CRUD operations (insert, select, update, and delete). Yes you are planning automatically creating all CRUD operations :-) That's realy good! ... but remember the option to override the

Re: Updated IDEA plug-in for iBATIS

2007-10-04 Thread Larry Meadors
Heh, try it out, I hope it works for you. I am a big fan of the I'll provide what I need, you provide what you need model of Open Source development. :-) Not to sound like a capitalist pig, but this is a market-driven project, and only investors get to request features. If you'd like to sponsor

Re: SV: Updated IDEA plug-in for iBATIS

2007-10-04 Thread Lambert Torres
: Updated IDEA plug-in for iBATIS apache.org

Re: SV: Updated IDEA plug-in for iBATIS

2007-10-04 Thread Larry Meadors
[EMAIL PROTECTED] cc Please respond to Subject [EMAIL PROTECTED] SV: Updated IDEA plug-in for iBATIS apache.org Hi again

Re: Updated IDEA plug-in for iBATIS

2007-10-04 Thread Jeff Butler
Are you guys using Abator for code generation? If so, let me know if you want/need anything added - I'd be happy to help. BTW - Abator already allows you to override the generated DAO method names like Erland wants, but not the generated SqlMap ids. Jeff Butler On 10/4/07, Larry Meadors

Re: Updated IDEA plug-in for iBATIS

2007-10-04 Thread Larry Meadors
Nope, just StringBuilder and the DB metadata IDEA provides. I suspect as it gets used more, it'll grow into a more mature tool (unless i3 makes it obsolete), but for now, it's purpose as I see it is to simplify CRUD operation creation. I'd like to see it grow it beyond that, because I suspect I

RE: Updated IDEA plug-in for iBATIS

2007-10-04 Thread Yu, Jack
To: user-java@ibatis.apache.org; [EMAIL PROTECTED] Subject: Re: Updated IDEA plug-in for iBATIS Are you guys using Abator for code generation? If so, let me know if you want/need anything added - I'd be happy to help. BTW - Abator already