Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

jPersist is an extremely powerful object-relational persistence API that is based on the active-record and data-mapper patterns.

http://www.jpersist.org/

eodsql

EoD SQL Allows for fast, simple binding between a Relation Database Query and Java objects.

EoD SQL stands for Ease of Development, the API's key concerns are being:
Lightweight Designed to be small with a low memory footprint
Very Fast By re-using all of it's data as much as possible.
Easy to work with Annotation based, no setup, config or XML files.
Powerful Write your own SQL rather than hope it generates what you want.
Stable

https://eodsql.dev.java.net/Image Added

jlibs DAOPattern

J2EE DAO Pattern made easier

http://code.google.com/p/jlibs/wiki/DAOPatternImage Added