Hi, > > Any comparisons w/ castor?
http://www.c2.com/cgi/wiki?ObjectRelationalToolComparison > > Will obj implement the Sun JDO API or just the JDO concept > (ala castor)? We will be 100% SUN JDO compliant. > > The web site says JDO support is not quite yet ready. Any > target date? As a matter of fact you can use OJB in a 100% JDO compliant fashion already. follow these steps to see it running: 0. check out cvs HEAD 1. download the JDO RI from SUN (http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=5&PartDetailId=JDOI MP-1.0-G-CS&TransactionId=communitySource) Unpack it and place the jdori.jar into the OJB lib directory. 2. run "ant with-jdori prepare-tutorials" 3. run "ant enhance-jdori" 4. run "bin/tutorial5.sh" This implementation is build as plugin into SUN's JDORI. We will also build a complete JDO implementation, but this is not yet scheduled. cheers, Thomas > Thank you. > > -- > ================================================================= > = Management is doing things right; leadership is doing the = > = right things. - Peter Drucker = > =_______________________________________________________________= > = http://www.sun.com/service/sunps/jdc/javacenter.pdf = > = www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone = > ================================================================= > > > -- > 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]>
