posted 17 years ago
The question can almost be generalized to "when should you use a framework, and when shouldn't you?"
Simple and straight forward apps probably don't need a framework. As things get more complicated, and management of the application over time and change becomes more important, a framework, like JDO or hibernate, becomes more and more helpful.
-Cameron McKenzie