Changes between Version 4 and Version 5 of FmgVen/Overview
- Timestamp:
- Jan 20, 2011, 8:50:27 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FmgVen/Overview
v4 v5 31 31 * LINQ: A very good attempt by MS. Linq to sql would be what we need, but still not CoC. 32 32 * 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.