• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Multitude of tools / frameworks - key differentiators?

 
Ranch Hand
Posts: 150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Object-relational mapping frameworks seem to be cropping up all over the place. I'm aware of Torque (actually seen it in use in the Scarab bug tracking database), Cayenne ( http://www.objectstyle.org/cayenne/index.html), OJB ( http://db.apache.org/ojb/), and Hibernate ( http://www.hibernate.org/). Then there's JDO, of course, which tackles the same basic problem (object-relational mismatch) from a different perspective. What are some of the differentiators folks use to make a decision amongst the toolsets out there?
reply
    Bookmark Topic Watch Topic
  • New Topic