Guy Rouillier-2 wrote: > I don't use NetBeans. Do Eclipse plugins work there? If so, check out > Ibator from the IBATIS website. It will handle at least some of the > tasks you've identified (generates POJOs, result maps, etc.) > > Quoted from: http://old.nabble.com/How-about-a-Netbeans-integration-plugin--tp26926675p26932342.html
I have already had a look at ibator, I would use it to get started on a new project with IBatis, for generating the typical CRUD stuff for the most basic DB tables. However, in the kind of project I'm working on, 1:1 mappings between java objects and relational table aren't always suitable, and even so, there's a lot more I need to do with my database. One way or another, I'm really not sure you can escape editing your XML files by hand at some point. That's the main reason why I think an IDE module adding some ibatis specific support to the existing XML editor would be enjoyable. -- View this message in context: http://old.nabble.com/How-about-a-Netbeans-integration-plugin--tp26926675p26933207.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org For additional commands, e-mail: user-java-h...@ibatis.apache.org