Changes between Version 8 and Version 9 of FmgVen
- Timestamp:
- Oct 21, 2011, 2:28:51 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FmgVen
v8 v9 4 4 - [wiki:FmgVen/Overview Overview] 5 5 - [wiki:FmgVen/Releases Releases] 6 - [wiki:FmgVen/Schedule Schedule]7 6 - [wiki:FmgVen/Documentation Documentation] 8 7 - [wiki:FmgVen/Development Development] 8 - [wiki:FmgVen/Schedule Schedule] 9 {{{ 10 #!html 11 <br/> 12 <br/> 13 <a href="http://sourceforge.net/donate/index.php?group_id=532060"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project" /> </a> 14 }}} 9 15 }}} 10 16 fmgVen is an alternative to heavyweight ORM tools, where mapping is not easy, and problematic because of lazy loading, etc. It maps database to java domain objects without explicit mapping configuration. Data access must be simple and lightweight. The points of fmgVen are; … … 27 33 The current release is: [https://sourceforge.net/projects/fmgven/files/ fmgVen 0.2] Go to [wiki:FmgVen/Releases releases] page for all releases. 28 34 29 == Schedule ==30 To be integrated with Scheduling System. Currently no schedule is arranged. Go to [wiki:FmgVen/Schedule schedule] page for details.31 32 35 == User !Guide/Documentation == 33 36 fmgVen quick start and reference documentation including code samples. Go to [wiki:FmgVen/Documentation documentation] page for details. … … 40 43 * [wiki:FmgVen/Development/UseCases Use Cases] 41 44 * [wiki:FmgVen/Development/Implementation Implementation Notes] 45 46 == Schedule == 47 To be integrated with Scheduling System. Currently no schedule is arranged. Go to [wiki:FmgVen/Schedule schedule] page for details.