For an endless discussion about JDO and EJB: http://www.theserverside.com/discussion/thread.jsp?thread_id=771
----- Original Message ----- From: [EMAIL PROTECTED] Date: Tuesday, August 13, 2002 9:44 am Subject: [Middlegen-user] JDO and EJB CMP > Hi All, > > I'm not really clear on the advantages and disadvantages of JDO (as > generated by middlegen) to using EJBs with CMP (as generated by > middlegen). Any info would be appreciated ... I read somewhere Just to be clear. The CMPs and JDOs that Middlegen/XDoclet generate are 100% spec compliant. There is nothing Middlegen/XDoclet-specific about them once they are generated. > that JDO > will not support scalability by default, but didn't find any details. > > To try to understand further I wanted to try using JDO in the sample > application with middlegen. Is the JDO stuff with middlegen ready for > use? AFAIK, yes. > > I note that middlegen generates jdo/*Bean.java classes and also Yes > generates xml *.jdo descriptors for the beans. Does anyone know No. XDoclet does that. > how to > deploy this in JBoss? Once it is deployed, how do I use it? You can't! JBoss doesn't have a JDO engine. -But you can find some here: http://www.jdocentral.com/ (I recommend LIBeLIS LiDO Community Edition to get you started with JDO). Aslak > > thanks! > > -- > Glenn > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > middlegen-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/middlegen-user > ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ middlegen-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/middlegen-user
