Rob, Possibly the best way to approach this is to look at the antelope application which was written as an example:-
http://zebra.berlios.de/antelope/ Regards, Peter -----Original Message----- From: Rob Cherry [mailto:[EMAIL PROTECTED] Sent: 12 January 2005 10:27 To: Turbine Users List Subject: RE: Changing of peer file package names Hi, Can someone point me to some documentation on how to integrate Hibernate into Turbine? Thanks -----Original Message----- From: Eric Pugh [mailto:[EMAIL PROTECTED] Sent: 11 January 2005 07:06 PM To: 'Turbine Users List' Subject: RE: Changing of peer file package names To be honest, if you are just getting started, I wouldn't use Torque. I would recommend looking at Hibernate or OJB. You can think of them as the next generation of Torque.. Lots of lessons learned in Torque are in those products, especially OJB! -----Original Message----- From: Rob Cherry [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 12:59 AM To: [email protected] Subject: Changing of peer file package names Hi, I'm quite new to Turbine and have been experimenting a bit. One thing I have noticed is that when the peer files are generated they all end up in the same package. So for example, if I define an address and a client table in my database, I end up the following eight files in the om package: BaseAddressPeer, AddressPeer, BaseAddress, Address, BaseClientPeer, ClientPeer, BaseClient, Client. What I would prefer if for the all the *Address java files to be in an address package under the om package and the *Client files to be in a client package under the om package. Is this possible and, if so, how do you do it? Thanks Rob --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Scanned for viruses by MessageLabs Scanned for viruses by MessageLabs. The integrity and security of this message cannot be guaranteed. This email is intended for the named recipient only, and may contain confidential information and proprietary material. Any unauthorised use or disclosure is prohibited.
