Stateful vs. Stateless: How much OR-Mapping is too much?
http://www.devx.com/Java/Article/32603
This article covers my basic thinking on how to keep transient data out of the database. I do believe that domain data will, for the forseeable future, belong in the database. But I simultaneously believe that transient data doesn't belong there. In the article, we avoid talking about a particular product and instead talk about the concepts and what it will take to simultaneously deliver the value of stateless while coding to a stateful model. I hope people find it worth the read.
