RE: Struts Code Generators

2001-07-27 Thread Immanuel, Gidado-Yisa
-Original Message- From: David Winterfeldt [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 7:20 PM To: [EMAIL PROTECTED] Subject: Re: Struts Code Generators I just saw that Turbine generates code/sql with a project called Torque (subproject of Turbine). Is anyone familiar

Re: Struts Code Generators

2001-07-26 Thread David Winterfeldt
I added a little documentation so it would be easier for someone to look at this. So you could change the link on your site to this. http://home.earthlink.net/~dwinterfeldt/generator/ David --- Ted Husted [EMAIL PROTECTED] wrote: I've posted Ravi's latest on More About Struts.

Re: Struts Code Generators

2001-07-26 Thread David Winterfeldt
I just saw that Turbine generates code/sql with a project called Torque (subproject of Turbine). Is anyone familiar with it to give it a better run down than the how to on it. I'm still not sure what type of code it generates (primary key class?). It sounds like it doesn't generate JDBC and

RE: Struts Code Generators

2001-07-25 Thread Ravindran Ramaiah
Ted, I will mail you the code generator files with the header information plugged in tomorrow morning. I made some modifications in validator XML creation. Let me know if you need to make any changes in that. Thanks, Ravi -Original Message- From: Ted Husted [mailto:[EMAIL

Re: Struts Code Generators

2001-07-25 Thread David Winterfeldt
That is similiar to what I started. I made a findByPrimaryKey(UserPK pk) that returns a UserBean object containing the data (also insert, update, and delete). So on the user end you only deal with the data and don't have to worry about the persistence method. What I started probably another

Re: Struts Code Generators

2001-07-25 Thread Ted Husted
David Winterfeldt wrote: Do you recommend the Core J2EE patterns book? Yes. Some of it is familare reading at this point, since many of the patterns are implemented in Struts. But it really brings things into focus. While the emphasis is J2EE with EJBs, most everything can be adapted to other