Changes between Version 2 and Version 3 of FmgVen
- Timestamp:
- Aug 29, 2010, 12:37:59 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FmgVen
v2 v3 1 1 = Welcome to fmgVen - A Convention over Configuration Java ORM Tool = 2 == Project Overview == 2 3 {{{ 4 #!div class="wiki-toc" 5 - [wiki:FmgVen/Overview Overview] 6 - [wiki:FmgVen/Releases Releases] 7 - [wiki:FmgVen/Schedule Schedule] 8 - [wiki:FmgVen/Documentation Documentation] 9 - [wiki:FmgVen/Development Development] 10 }}} 11 12 == [wiki:FmgVen/Overview Project Overview] == 13 3 14 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; 4 15 … … 15 26 * There are still people using Java 1.4 16 27 28 [wiki:FmgVen/Overview read more] 29 17 30 == Releases == 18 31 * '''fmgVen 0.1''' : Old Release, ancient fmgVen TODO: link 19 32 20 33 == Schedule == 21 ''TODO ''with Scheduling System. Current approx.: 2 weeks of work.34 To be integrated with Scheduling System. Currently no schedule is arranged. 22 35 23 36 == User !Guide/Documentation == … … 25 38 26 39 == Design & Development == 27 ''TODO'' Components, Req&UC, Impl Notes. Task reports. 40 Includes the requirements, use cases, and implementation notes for the project. 41 42 * Development Overview 43 * All Requirements 44 * All Use Cases 45 * Implementation Notes