You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Core Hibernate Support

This library contains basic Hibernate support package without dependencies on the Tapestry-core (the web framework part of Tapestry); it only requires the Tapestry IoC module. This makes it useful in non-web applications, such as back-end processing.

The Tapestry-hibernate module extends this further, adding features to support the creation of CRUD (Create/Read/Update/Delete) database applications in Tapestry.

Licensing Issues

Hibernate is licensed under the Lesser GNU Public License. This is more restrictive license than the Apache Software License used by the rest of Tapestry. The restrictions mostly apply to redistributing Hibernate, especially in any altered form, and will likely be irrelvant to the vast majority of users, but you should be aware.

This library is compiled against version 3.3.1.GA of Hibernate (and version 3.4.0.GA of hibernate-annotations), but should work with more recent versions.

  • No labels