• 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

What would you recomend

 
Ranch Hand
Posts: 189
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I used Apache Torque for a project and it was definitly decent but it had some issues ....... such as not being able to do outer joins and having to hack it into that.

Would you say that hibernate, JDO are better ?

I dont know anything about EJB... does it have its own data persitance styles ?

What would you recomend trying for my next project ?
 
Ranch Hand
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Shawn DeSarkar:


What would you recomend trying for my next project ?




Recommending a Java persistence strategy depends on a wide variety of factors, only some of which are technical.

Anyone that pushes a particular technical option may have an agenda because "one size fits all" just can not be true.

Examples of non-technical factor skills availability, project deadlines, project sponsor's opinion on open source, etc

You may find the following links useful:

Choosing a data persistence strategy:

http://www.codefutures.com/weblog/andygrove/archives/2005/01/choosing_a_java.html


Data Persistence Technology Comparison

http://www.codefutures.com/weblog/corporate/archives/2005/02/data_persistenc.html


Java Persistence Architecture: A Project Manager�s Guide

http://www.codefutures.com/weblog/andygrove/archives/2005/05/java_persistenc.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic