Archive for 2006

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 [...]