Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Name

Hibernate Core Session Plugin for Struts 2

Publisher

License

Open Source (ASL2)

Version

1.0

Compatibility

Struts 2.0.9+

Homepage

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

Download

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

{rate:title=Rating|theme=dynamic|key=hibernatesessionpluginforstruts2}

Overview

Hibernate Session Plugin for Struts 2 INLINE

There is the best practice the use of design pattern "open session in view" for WEB applications with Hibernate.

This Plugin offers a Interceptor that open a Hibernate Session, put this in the Action Value Stack and close (or not) this after Action invokation.

Features & Usage

Google Code Wiki

Examples

Google Code Examples Download

Installation

Copy the plugin jar into your application's /WEB-INF/lib directory.

Version History

Version

Date

Author

Notes

1.5c

Dec 03, 2008

Multiple XML packages extend and super class targets for Hibernate Session allowed

1.5b

Oct 24, 2008

Wildcard allowed for Hibernate Session Target

1.5

Oct 21, 2008

Configuration Constants by Project

1.0

Oct 08, 2008

Initial release