When you've had enough "pushing data"#
For all you business application developers out there, I've recently discovered the concept of Object Persistence Frameworks (OPF's) and Object-Relational Mapping (O/RM).  Basically, OPF's arose out of the fact that every business application is doing the same basic tasks: querying data from a database, persisting it temporarily in memory, displaying it to the user for viewing or editing, and persisting any user changes back to the database.  What if all these tasks could be encapsulated into a framework/object-model that would do these task for the programmer?  This persistence framework could do all the wiring-up and SQL building, and even handle null value replacement and record concurrency control.

I've recently been using Gentle.NET, an open source OPF, on two different projects.  NHibernate is another open source one that's a .NET port of the JAVA OPF called Hibernate.  I spent a couple of weeks at work setting things up so using Gentle.NET would be easy and scalable.  In only took about one week of programming to make up that time.  In other words, I'd estimate that I was able to do about 3 weeks of programming in that 1 week!  Not bad. 

Use it.  Just don't tell your boss how much extra time you'll have now.  ;)

Find out more about Gentle.NET.
10/28/2005 7:07:49 PM (Eastern Standard Time, UTC-05:00) #    Comments [2]  |  Trackback

 

Currently Listening To, Oct 28, 2005#
Joseph Arthur - Redemption's Son
Rhett Miller - The Instigator
10/28/2005 2:36:16 PM (Eastern Standard Time, UTC-05:00) #    Comments [13]  |  Trackback

 

Currently Watching, Oct 28, 2005#
I have seen anything pull of the balance since "Ed," but "My Name Is Earl" combines heart-warming with whitty without the annoying side-effect of cheesy.  The writing it outstanding, but the cast, especially Jason Lee, really puts "Earl" over the top.  You should check it out if you haven't already.  Plus, it has the added benefit of being on right before The Office.  How convenient!  (Warning: The Amazing Race, one of TV's other great treasures, is on at the same time.  How inconvenient)
10/28/2005 8:31:15 AM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

James and Wendy, sittin' in a tree#
We just got back from James (friend from Taylor) and Wendy's wedding in Pontiac, MI.  What a fun weekend!  Maybe the most fun wedding to which I've ever been.  It could be because of how important they both are to us, I don't know.   Or maybe it has something to do with their classy, quality choices in everything.  In any case, it was a whole lot of fun and very special to me to be there.  It was also fun to reconnect with Cliff and Matt (also from Taylor).  Until recently, I thought I was glad we were out of those first two post-college summers with a wedding every other weekend, but I might miss it.
10/28/2005 8:17:25 AM (Eastern Standard Time, UTC-05:00) #    Comments [13]  |  Trackback

 

Currently Reading, Oct 25, 2005#
Books | God
10/25/2005 10:46:39 AM (Eastern Standard Time, UTC-05:00) #    Comments [13]  |  Trackback

 

All content © 2008, Jonathan Tower