JavaWorld: Hibernate and Struts
JavaWorld has posted an article about using Hibernate and Struts together. Peolpe’s opinions aside, struts is heavily used in web application development and Hibernate is an excellent framework for Object-Relational mapping. As such, I am posting a quick note about the article.
In this excerpt from Struts Recipes, (Manning Publications, December 2004) authors George Franciscus and Danilo Gurovich illustrate how to use Hibernate in a Struts application. They also show how to create a Struts plug-in to improve performance.