Changes between Version 7 and Version 8 of FmgVen


Ignore:
Timestamp:
Apr 11, 2011, 12:04:30 AM (14 years ago)
Author:
fmguler
Comment:

trying to fix intro wording

Legend:

Unmodified
Added
Removed
Modified
  • FmgVen

    v7 v8  
    88 - [wiki:FmgVen/Development Development] 
    99}}} 
    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; 
     10fmgVen 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; 
    1111 
    1212 * You should know SQL, ORM tool should not aim to abstract out SQL knowledge