Archive for the ‘Frameworks’ Category

Google Conf Day 1

Thursday, May 29th, 2008

The Conference has run about as they usually do.  Out of a day, there was one very good presentation and the rest were so so.   Seems to be about the norm.

The one great presentation was about GWT.  It was a use case presentation.  The presenters were the developers of the Lombardi Blueprint.

This is an on-line [...]

Tour de Force – Salesforce as Dev Platform

Tuesday, February 5th, 2008

This post is a brief summary of the keynote from Tour de Force introducing Salesforce.com’s strategy.

In general, it seems to me like there is movement in the industry toward providing a number of things as services at all levels of the software application stack ranging from applications that you can "buy" on a scalable, subscription [...]

Hibernate Mapping cheat sheet

Saturday, December 16th, 2006

I’ve been doing a ton of Hibernate mapping recently, and it seems like I’m always looking up options to match my database architecture.

Here is a nice one page summary of the mapping options.  You will need to do some reference checks in the complete docs, but it gives you some ideas.

Design of workflow aspects of Struts webapps

Monday, October 16th, 2006

Doesn’t it seem like we deal with this all the time? We need to design for the case where we use a page for multiple purposes, which means that on Submit and Cancel we will need to go to different place depending on where we came from.

This thread gives some ideas for [...]