Blog brought to you by the creators of Dr. Lunch

Thursday, February 02, 2006

Bright Lights, Big Battle Station

The light hurts my eyes....thanks to Drake and Phelps for letting me out of "the hole" now that the new and improved Dr. Lunch is a fully-functional battle station...er...a technological terror...oh forget it.

Anyway, now its on to reconciling the changes needed (i.e., the schema and Hibernate mappings) to support the current Java-based Dr. Lunch and a Rails-based Dr. Lunch. For example,
  • the 'version' columns should be changed to 'lock_version' to take advantage of Rails' automatic optimistic locking.
  • the 'created_date' columns should be changed to 'created_at' to take advantage of the Rails' automatic date population feature.
I have already created the model classes in Rails, but I need to also setup the test cases ('cause its the right thing to do!).

Well, back into "the hole."

0 Comments:

Post a Comment

<< Home