• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JDO vs. Castor

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
does anybody know what the main differences between Exolab's Castor and the JDO-spec. are?
We want to use it in a bigger application, because the first tests leads to the impression, that Castor is much easier to use than e.g. OJB.
On the other side I read that JBoss (the most popular application using Castor for CMP) will change to an Aspect oriented approach (??!?!?!?) not using Castor?!
Maybe someone can enlight me a little bit? :roll:
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It was my impression that Castor implements the JDO spec. No?
 
Ranch Hand
Posts: 189
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IIRC, Castor compiled Java classes from XML-Schema while the original JDO was still limited to DTD's.
I believe this distinction has gone away with the final release of JAXB 1.0.1.
UPDATE... Sorry, I was apparently confusing Castor XML with Castor whatever...
[ June 17, 2003: Message edited by: Philip Shanks ]
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It was my impression that Castor implements the JDO spec. No?
OnJava article -
"Castor JDO": Simply False Advertising
 
Author
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Castor JDO does not support the Java Data Objects (JDO) specification. I have already written about this elsewhere, the link is found in this thread.
JBoss has decided to provide a JDO implementation in their JBoss 4.0 release. They looked at the various persistence solutions and decided JDO had the best approach.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic