Home
Name Modified Size InfoDownloads / Week
dependencies 2011-04-10
README.txt 2013-07-07 987 Bytes
fmgVen-0.2-src.zip 2013-07-07 2.8 MB
fmgVen-0.2.jar 2012-03-20 47.3 kB
Totals: 4 Items   2.8 MB 0
= Welcome to fmgVen - A Convention over Configuration Java ORM Tool =

fmgVen is an alternative to heavyweight ORM tools, in which mapping requires configuration, and lots of issues out of lazy loading, etc. It maps java domain objects to database tables without explicit mapping configuration. Data access must be simple and lightweight. The points of fmgVen are;

 * Convention over Configuration
 * No Select N + 1 Problem
 * Simple DAO is all you need
 * Lightweight
 * ORM tool should not aim to abstract out SQL knowledge
 * Performance out of the box, without having to tweak anything
 * Typed Criteria API 
 * Oldest possible JRE support (1.4, 1.5)

== User Guide/Documentation ==
fmgVen quick start and reference documentation including code samples. Go to http://trac.pragmacraft.com/OpenSourceProjects/wiki/FmgVen/Documentation page for details. Also check http://trac.pragmacraft.com/OpenSourceProjects/wiki/FmgVen/Development/UseCases for a brief overview.

Source: README.txt, updated 2013-07-07