Blog from July, 2009

Plugin Home: http://cwiki.apache.org/S2PLUGINS/full-hibernate-plugin.html

Release Notes

  • New Feature: The internal Hibernate Core Session Factory class now has a method to get a new Hibernate Core Session, NOT the Session of the current thread (HTTP request).
  • Bug Fix: Hibernate Core Sessions are closed and Transactions are rolled back when a unexpected exception is throwed by the Action.
  • Improvement: Better log messages.

Projekt Home: http://code.google.com/p/struts2-jquery
Plugin Home: http://cwiki.apache.org/confluence/display/S2PLUGINS/jQuery+plugin
Showcase and Examples: http://www.weinfreund.de/struts2-jquery-showcase/

Version 0.9.2 with this new Features since 0.7:

  • Add Drag & Drop Support
  • Freemarker Support
  • datepicker and submit button is now compliance for struts2 xhtml theme
  • Some Bugfixes

Features

  • AJAX support
  • Support for themes
  • UI widgets

Plugin Home: http://cwiki.apache.org/S2PLUGINS/full-hibernate-plugin.html

Release Notes

  • New Feature: EJB3 like access for the annotated Session and Transaction fields. Setters are optional now and used only if exists
  • New Feature: Close session method can be configured for custom Session Factory class
  • Bug Fix: Bux fix for Oracle, MS SQL Server and Firebird/Interbase (test the connection availability) - thanks to Nacho Marijuan
  • Better Hibernate Core Session Factory, using the Thread Local Pattern (https://www.hibernate.org/207.html)