Changes between Version 4 and Version 5 of FmgVen/Overview


Ignore:
Timestamp:
Jan 20, 2011, 8:50:27 PM (13 years ago)
Author:
fmguler
Comment:

activejdbc, new literature finding

Legend:

Unmodified
Added
Removed
Modified
  • FmgVen/Overview

    v4 v5  
    3131 * LINQ: A very good attempt by MS. Linq to sql would be what we need, but still not CoC. 
    3232 * Spring !BeanPropertyRowMapper: Similar mapping approach, but that's it, no criteria to joins. 
     33 * [http://code.google.com/p/activejdbc/ ActiveJDBC]: inspired by Ruby on Rails !ActiveRecord. CoC. Extracts meta data from database. Why fmgVen; Although it has very similar design principles, fmgVen does not infer meta data from database, database queries are inferred from data objects (the opposite). The emphasis is on the java side, and strongly typing.