Changes between Version 4 and Version 5 of FmgVen
- Timestamp:
- Aug 31, 2010, 7:21:33 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FmgVen
v4 v5 1 1 = Welcome to fmgVen - A Convention over Configuration Java ORM Tool = 2 3 2 {{{ 4 3 #!div class="wiki-toc" … … 9 8 - [wiki:FmgVen/Development Development] 10 9 }}} 11 12 10 fmgVen is an alternative to heavyweight ORM tools, where mapping is problematic, and having problems because of lazy loading, etc. It maps database to java domain objects without mapping. Data access must be simple and lightweight. The points of fmgVen are; 13 11 … … 27 25 28 26 == Releases == 29 The current release is: '''fmgVen 0.1''' This is the oldest release, ancient fmgVen (TODO: link) 30 Go to [wiki:FmgVen/Releases releases] page for all releases. 27 The current release is: '''fmgVen 0.1''' This is the oldest release, ancient fmgVen (TODO: link) Go to [wiki:FmgVen/Releases releases] page for all releases. 31 28 32 29 == Schedule == … … 39 36 Includes the requirements, use cases, and implementation notes for the project. 40 37 41 * Development Overview42 * All Requirements38 * [wiki:FmgVen/Development Development Overview] 39 * [wiki:FmgVen/Development/Requirements All Requirements] 43 40 * All Use Cases 44 * Implementation Notes41 * [wiki:FmgVen/Development/Implementation Implementation Notes]