Changes between Version 3 and Version 4 of FmgVen
- Timestamp:
- Aug 29, 2010, 12:49:42 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FmgVen
v3 v4 9 9 - [wiki:FmgVen/Development Development] 10 10 }}} 11 12 == [wiki:FmgVen/Overview Project Overview] ==13 11 14 12 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; … … 26 24 * There are still people using Java 1.4 27 25 28 [wiki:FmgVen/Overview read more] 26 [wiki:FmgVen/Overview read more] on the prject overview page. 29 27 30 28 == Releases == 31 * '''fmgVen 0.1''' : Old Release, ancient fmgVen TODO: link 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. 32 31 33 32 == Schedule == 34 To be integrated with Scheduling System. Currently no schedule is arranged. 33 To be integrated with Scheduling System. Currently no schedule is arranged. Go to [wiki:FmgVen/Schedule schedule] page for details. 35 34 36 35 == User !Guide/Documentation == 37 ''TODO'' quick start and reference doc. code sample 36 fmgVen quick start and reference documentation including code samples. Go to [wiki:FmgVen/Documentation documentation] page for details. 38 37 39 38 == Design & Development ==