Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
{rate:title=Rating|theme=dynamic|key=Hibernate Session Plugin Struts}

Overview

Hibernate Session Plugin for Struts 2

Excerpt

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.

...