Changes between Version 3 and Version 4 of FmgVen/Development/Implementation


Ignore:
Timestamp:
Jan 2, 2011, 8:25:57 PM (13 years ago)
Author:
fmguler
Comment:

added progress 27-29.10.2010 save() is almost complete, no changed to id

Legend:

Unmodified
Added
Removed
Modified
  • FmgVen/Development/Implementation

    v3 v4  
    1010 * '''04.10.2010''': [25] Added test scenarios and the [wiki:FmgVen/Development/UseCases Use Cases] wiki page. This will help to concentrate on what the output of the tool will look like. It is the spec. There exists a unit test for each use case scenario. 
    1111 
    12  * '''17.10.2010''': Started implementing ven.save(). Converted old code to be built with JDK 1.4. In fact, it turned out to be very easy. Old Ven can also run at 1.4. Did not commit the save work since it is not finished yet. 
     12 * '''17.10.2010''': Started implementing Ven.save(). Converted old code to be built with JDK 1.4. In fact, it turned out to be very easy. Old Ven can also run at 1.4. Did not commit the save work since it is not finished yet. 
    1313 
     14 * '''27.10.2010''': Ven.save() is almost complete. Updated assigning new object id related sections, divided them into private methods. It's much more elegant now. At 29th, an important decision is made. Database primary key fields used to be named "'''no'''", but the whole world uses "'''id'''" instead. If this tool targets a wider audience than just me and a few fellas, it would be more sane to name it conventionally, as the aim of the tool is "convention over configuration ORM". 
     15