Blog from October, 2008

In this version the configuration can be done once by project without create Interceptor Stacks using constants.

Also using this constants, you can create custom Interceptor Stacks with diferent configurations, using paratemers.

1.5c version released (12/03/2008):
Bugs Fix + Multiple XML packages extend and super class targets for Hibernate Session Allowed

1.5b version released (10/24/2008):
Wildcards are allowed in target attribute

http://code.google.com/p/hibernatesession-plugin-for-struts2/

Hibernate Session Plugin

Plugin for Struts 2 that opens an Hibernate Core Session, sets it in the value stack of the Actions configured for the HibernateSessionInterceptor (provided by this plugin) and closes (or not) it after the results are rendered for the client.

No code lines need to be added to use Hibernate in Struts 2 projects. Only some .XML/.properties lines are needed.

Ideal for new projects using Struts 2 and Hibernate.

Plugin Page