Name | Full Hibernate Plugin |
---|---|
Publisher | |
License | Open Source (ASL2) |
Version | 2.02-Beta GA |
Compatibility | Java 1.5+ Struts 2.0.9+ Struts 2.1.x Hibernate 3.2.x Hibernate 3.3.x, Hibernate Validator 3.1.0+ |
Homepage | |
Download | http://code.google.com/p/full-hibernate-plugin-for-struts2/downloads/list |
...
Alternative Tutorial | http://www.vaannila.com/struts-2/struts-2-tutorial/struts-2-tutorial.html |
---|
Overview
The Full Hibernate Plugin excerptINLINE
provides Hibernate Validator integration, Hibernate Core Sessions and Transactions injection capabilities and a Configuration Management Web Tool
...
Hibernate Validator integration
...
This feature allow the use of the fantastic Hibernate Validator Framework with very simple use of Annotations in your Actions. This plugin is compatible with Hibernate Validator 3.1.0 and 4.0.2 (since 2.2 version).
More about Hibernate Validator at http://www.hibernate.org/412.html
...
This feature provides an Interceptor that open and sets in the value stack a Hibernate Core Session and closes (or not) this after the results are rendered for the client.
No code lines need to be added to manage Hibernate sessions in Struts 2 projects. Only some XML (or .properties) lines needed. Annotations for target sessions and transactions can be used instead (since 1.0 GA version).Very easy to use: Using the @SessionTarget Annotation or some XML lines.
This feature follows the concepts at http://www.hibernate.org/43.html
...
You can configure multiple databases (2.0+).No code lines need to be added to manage Hibernate sessions in Struts 2 projects. Only 01 (one) XML (or .properties) line needed.
Very easy to use: Using the @TransactionTarget Annotation or some XML lines.
Hibernate Core configuration management Web Tool
Manage,reload and reload test your Hibernate Core configurations without reload your web content
...
Version History
Version | Date | Author | Notes |
---|---|---|---|
2.2.1 GA | Sep 11, 2010 |
| General Availability release |
2.2 GA | Mar 08, 2010 |
| General Availability release |
2.1.3 GA | Jan 19, 2010 |
| General Availability release |
2.1.2 GA | Dec 17, 2009 |
| General Availability release |
2.1.1 GA | Dec 15, 2009 |
| General Availability release |
2.1 GA | Nov 20, 2009 |
| General Availability release |
2.0 Beta | Oct 21, 2009 | Beta release | |
1.5 GA | Aug 27, 2009 | General Availability release | |
1.4 GA | Jul 30, 2009 | General Availability release | |
1.3 GA | Jul 09, 2009 | General Availability release | |
1.2 GA | Jul 07, 2009 | General Availability release | |
1.1 GA | Jul 05, 2009 | General Availability release | |
1.0 GA | Jun 11, 2009 | General Availability release | |
1.0 Beta | Mai 20, 2009 | Beta release |