Which simple Java JPA ORM tool to use ?

Posted by Guillaume on Programmers See other posts from Programmers or by Guillaume
Published on 2010-11-16T15:00:30Z Indexed on 2011/03/10 8:18 UTC
Read the original article Hit count: 442

Filed under:
|
|
|

What Java ORM library implementing JPA that match following criteria would you recommend and why ?

  • free & open source
  • alive (at least bug fixes and a mailing list)
  • with good documentation
  • simple
  • not hibernate (this one is well-known :-) )

I need to select a simple ORM tool that can be set up in minutes without and easy to understand for setting simple CRUD daos. A query builder ill be an interesting plus. Later I can have to move to Hibernate, that's why being JPA compliant is a must.

I have found some candidates on the web, but not so much feedback, so I will gladly take your advices on the topic.

----- EDIT ---------
I have been successfully testing ebean/avaje with a small test cases. Any one has a feedback on using this tool in production ?

© Programmers or respective owner

Related posts about java

Related posts about orm