Changes between Version 4 and Version 5 of FmgVen


Ignore:
Timestamp:
Aug 31, 2010, 7:21:33 PM (14 years ago)
Author:
fmguler
Comment:

updating ven wiki: added links to development subsection

Legend:

Unmodified
Added
Removed
Modified
  • FmgVen

    v4 v5  
    11= Welcome to fmgVen - A Convention over Configuration Java ORM Tool = 
    2  
    32{{{ 
    43#!div class="wiki-toc" 
     
    98 - [wiki:FmgVen/Development Development] 
    109}}} 
    11  
    1210fmgVen 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; 
    1311 
     
    2725 
    2826== 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. 
     27The 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. 
    3128 
    3229== Schedule == 
     
    3936Includes the requirements, use cases, and implementation notes for the project. 
    4037 
    41  * Development Overview 
    42    * All Requirements 
     38 * [wiki:FmgVen/Development Development Overview] 
     39   * [wiki:FmgVen/Development/Requirements All Requirements] 
    4340   * All Use Cases 
    44    * Implementation Notes 
     41   * [wiki:FmgVen/Development/Implementation Implementation Notes]