Wednesday, May 19, 2004

java.net: Quick and Easy Object Persistence: pBeans Groovy Beans [May 19, 2004]

This looks interesting: java.net: Quick and Easy Object Persistence: pBeans Groovy Beans [May 19, 2004]

I haven't had great luck with making Java object persistence simple or elegant. The problem is that most real database applications that are maintained by database professionals require access to the DB to be done through a stored procedure interface. I haven't found a good way to make using an O/R mapping framework be any less work (over the long haul) than direct JDBC coding (the DAO pattern helps to encapsulate this, though).

There's been a lot of activity in the Open Source world over the last few years in this space; time to check them out again to see if there are any serious contenders for work on real systems that have to integrate with things other than Java apps in a "green field" project.

Wednesday, May 12, 2004

What is this?

In my career as a professional software developer, I'm always learning new things about software development, accumulating new war stories, evaluating new technologies, and trying to figure things out.

This weblog is really just a place to jot down these observations all in one place. Whether it ever gets to be useful, I don't know. Certainly it will be more useful to me than to others.

If anyone is reading this, please feel free to comment constructively, especially if I seem to be taking off in the wrong direction.