RE: [OT] which object-relational mapping framework?

2002-10-10 Thread James Higginbotham
Search the mail archives via Google or www.mail-archive.com James -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 1:29 PM To: Struts Users Mailing List Subject: [OT] which object-relational mapping framework? I'm embarking on a

RE: [OT] which object-relational mapping framework?

2002-10-10 Thread Kevin A. Smith
I used Castor on a previous project, about 4 months ago. Overall it is a very solid tool with an active user and developer community. HOWEVER, I ran into a few quirks retrieving dependent objects (think parent-child relationship) and its OQL support is not complete which can be a pain.

RE: [OT] which object-relational mapping framework?

2002-10-10 Thread James Mitchell
I prefer OJB myself, although I have plans to use Torque in the very near future. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 2:29 PM To: Struts Users

RE: [OT] which object-relational mapping framework?

2002-10-10 Thread Dan Cancro
This page has some comparison info: http://c2.com/cgi-bin/wiki?CayenneVsOther So does this Excel file http://members.telocity.com/dcancro/docs/web_dev_products.zip -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 11:29 AM To: Struts

RE: [OT] which object-relational mapping framework?

2002-10-10 Thread Andy Kriger
that table is amazing - thx -Original Message- From: Dan Cancro [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 14:43 To: 'Struts Users Mailing List' Subject: RE: [OT] which object-relational mapping framework? This page has some comparison info: http://c2.com/cgi-bin/wiki

Re: [OT] which object-relational mapping framework?

2002-10-10 Thread David Graham
If you're using EJBs then you've already got that mapping with CMP. If you're not using EJBs I would use a JDO implementation because it's a java standard. Jakarta OJB provides this for free but the JDO implementation isn't complete yet. You can use OJB's other interfaces until the JDO is

Re: [OT] which object-relational mapping framework?

2002-10-10 Thread Eddie Bush
I heard recently that OJB JDO support *may* be ready to use in as little as a month. Just FYI - that's not a fixed date - it's a guestimation ... but it should be there soon. David Graham wrote: If you're using EJBs then you've already got that mapping with CMP. If you're not using EJBs