Changes between Initial Version and Version 1 of FmgVen


Ignore:
Timestamp:
Jul 13, 2010, 9:42:15 PM (14 years ago)
Author:
fmguler
Comment:

fmgVen sayfası ilk defa oluşturuluyor.

Legend:

Unmodified
Added
Removed
Modified
  • FmgVen

    v1 v1  
     1= Welcome to fmgVen - A Convention over Configuration Java ORM Tool = 
     2== Project Overview == 
     3fmgVen 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 
     5 * You should know SQL, ORM tool should not aim to abstract out SQL knowledge 
     6 * You need performance out of the box, without having to tweak anything 
     7   * You should not have to tweak anything at all 
     8 * You need simplicity 
     9 * You need lightweightness 
     10 * You need convention over configuration 
     11 * Mapping to domain object is hard in custom queries 
     12 * ORM is good for CRUD but not for complex reports 
     13 * Criteria API should not belong to DAO layer, instead it should be first class citizen (like LINQ) 
     14 * Criteria API should be type safe, even in Java 1.4 (without annotation support) 
     15 * There are still people using Java 1.4 
     16 
     17== Releases == 
     18Old Release, ancient fmgVen TODO: link 
     19 
     20== Schedule == 
     21TODO 
     22 
     23== User Guide/Documentation == 
     24TODO 
     25 
     26== Design & Development == 
     27TODO