Re: [ABATOR] Future Plans

2005-12-22 Thread Jeff Butler
You can put your beans and DAOs in seperate packages now - just specify a different targetPackage in the configuration.  On my team we keep ours in different projects too.   In the next version it will be quite a bit simpler to override the default code generators to change their behavior.   Jeff B

RE: [ABATOR] Future Plans

2005-12-22 Thread Gareth Moorst
ED] > Sent: Thursday 22 December 2005 05:45 > To: user-java@ibatis.apache.org > Subject: Re: [ABATOR] Future Plans > > > Thanks for the kind words. > > I'm hesitant to do the DDL thing because it would mean that Abator would have > to parse the DDL > and that is very

RE: [ABATOR] Future Plans

2005-12-22 Thread Gareth Moorst
of the package that the generated classes/files go into - I tend to keep my beans and daos in separate subpackages.   Gareth Moorst   -Original Message-From: Jeff Butler [mailto:[EMAIL PROTECTED]Sent: Thursday 22 December 2005 05:45To: user-java@ibatis.apache.orgSubject: Re:

Re: [ABATOR] Future Plans

2005-12-21 Thread Jeff Butler
Thanks for the kind words.   I'm hesitant to do the DDL thing because it would mean that Abator would have to parse the DDL and that is very difficult given that there are so many different database dialects out there.  If we went this route, we'd probably need to come up with an Abator DDL syntax,

Re: [ABATOR] Future Plans

2005-12-21 Thread Minjae Kim
Probably I think the second question embarasses you. Too easy, right? ;-) I got it how to read dtd file 'cause my friend taught me.  2005/12/22, Minjae Kim <[EMAIL PROTECTED]>: Thanks Jeff for making this terrific Eclipse plugin. I am thinking the application of this tool to a kind of DB2 CRUD sys

Re: [ABATOR] Future Plans

2005-12-21 Thread Minjae Kim
Thanks Jeff for making this terrific Eclipse plugin. I am thinking the application of this tool to a kind of DB2 CRUD system.   I have  2 things to ask of you.   Is there a way to use DDL file to add table information to Abator configuration file instead of 'table' tag?   Another thing is I can't r

RE: [ABATOR] Future Plans

2005-12-20 Thread Yusuf
TECTED] Sent: Tuesday, December 20, 2005 8:40 PM To: user-java@ibatis.apache.org Subject: Re: [ABATOR] Future Plans Thanks for your suggestion! Abator does not support this now. However, I have been thinking about this feature too. I'd like to add some way to declare table relationship

Re: [ABATOR] Future Plans

2005-12-20 Thread Jeff Butler
Thanks for your suggestion!  Abator does not support this now.   However, I have been thinking about this feature too.  I'd like to add some way to declare table relationships and have Abator generate the appropriate queries and objects.  It would be a little different from what you've specified...

RE: [ABATOR] Future Plans

2005-12-19 Thread Yusuf
k you... -Original Message- From: Jeff Butler [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 20, 2005 3:29 AM To: dev@ibatis.apache.org; user-java@ibatis.apache.org Subject: [ABATOR] Future Plans In response to some common questions, I want to provide some guidance about enhancements I'll

[ABATOR] Future Plans

2005-12-19 Thread Jeff Butler
In response to some common questions, I want to provide some guidance about enhancements I'll be making to Abator in the coming weeks.  My hope with the 0.5 release is to gain some additional real world feedback beyond my own team.  I really appreciate the feedback I've received so far, and I appre