Hi I have taken a look at Object Relational Bridge.
On strategy, actually I could use Torque to generate the necessary classes as the start. For those part which I find cannot handle effectively by Torque, I could use a tool to generate the schema required for Castor straight from the generated classes by Torque (I think got some limits ) before I jump in and start writing the mapping.xml required by Castor :) Object Relational Bridge I have not tried before. I think for my case will then be 1. Torque 2. Castor 3. Object Relational Bridge ( Usages seems to be quite similar to Castor?) 4. Village ? ( Should give some credit to the base API for Torque :) ) 5. more primitive APIs. I always believe to have backup choices. So no harm to know one more free OR tool. If got the time... Regards ========== Ian Lim email: [EMAIL PROTECTED] homepage: http://www.webappcabaret.com/mallim ----- Original Message ----- From: "Iourovitski, Ilia" <[EMAIL PROTECTED]> To: "Turbine Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 08:40 AM Subject: RE: JDO versus Torque Object Relational Bridge looks promising too http://objectbridge.sourceforge.net/ -----Original Message----- From: Ian Lim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 4:31 PM To: Turbine Users List Subject: Re: JDO versus Torque Hi Not to be too restrictive. You can consider a strategy 1. Torque 2. Castor (if some of the restrictions is not a concern to you) Before diving in to more primitive APIs... Regards ========== Ian Lim email: [EMAIL PROTECTED] homepage: http://www.webappcabaret.com/mallim ----- Original Message ----- From: "Phillip Rhodes" <[EMAIL PROTECTED]> To: "Turbine Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 07:21 AM Subject: Re: JDO versus Torque > Their JDO implementation does bytecode manipulation to mark classes as > persistence, whereas, torque/peers is a code generator. > > I have worked with JDO, castor and torque and at this point I would > recommend torque. > > At 02:01 PM 12/6/2001 -0500, you wrote: > >Hi, > > > >Does anyone have any experiences with JDO versus Torque? > > > >I was playing with Forte as my IDE for my Turbine projects, and ran across > >their information on Transaparent Persitence.. Is JDO doing under the > >covers the same things that Torque does? > > > >Eric > > > >-- > >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > >For additional commands, e-mail: > ><mailto:[EMAIL PROTECTED]> > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
