Hibernate, like all other object/relational mapping tools, requires metadata that governs the transformation of data from one representation to the other (and vice versa). As an option, you can now
... [More] use JDK 5.0 annotations for object/relational mapping with Hibernate 3.2. You can use annotations in addition to or as a replacement of XML mapping metadata. [Less]
Hibernate EntityManager implements:
* The standard Java Persistence management API
* The standard Java Persistence Query Language
* The standard Java Persistence object lifecycle
... [More] rules
* The standard Java Persistence configuration and packaging
Hibernate EntityManager wraps the powerful and mature Hibernate Core. You can fall back to Hibernate native APIs, native SQL, and native JDBC whenever necessary.
The Hibernate Java Persistence provider is the default persistence provider of the JBoss EJB 3.0 implementation and bundled with the JBoss Application Server. [Less]
The Envers project makes it simple to version entities. The only thing required is annotating them with @Versioned. Storing historical data (versions) is completely transparent to the developer.
... [More] He/she may interact with the entities as always.
Not only basic properties of an entity can be versioned, but also relations, making it possible to view parts of the database as they were at a given revision (each revision has an associated timestamp, one revision = one transaction, in which versioned data has changed).
Moreover, Envers provides a straightforward interface for retrieving historical data, a criteria-like query interface, and the possibility to store additional information alongside each revision.
Envers works with Hibernate and Hibernate Entity Manager. [Less]
The gateway is developed by the Vermont Department of Taxes and provides a web services framework for accepting Streamlined Sales Tax registrations and returns. It also includes a Web interface for
... [More] manually submitting transmissions. The goal is to build an extensible framework upon which future tax services can be built. [Less]
Spring-Annotation is a library that enables the use or annotations to configure your application using spring-framework as a backend.
In the next versions it will enable the use of standard Java EE
... [More] annotations as an alternative way to configure your application, but without a need for a full Java EE 5 application server. [Less]
This project cames from Xuefeng's book "Spring 2.0 Core Technology and Best Practice" which is a completely ready-to-run example of JavaEE web application based on Spring framework.
This online
... [More] bookstore web application based on light-weight Spring framework, integration of Acegi, Hibernate, XFire, Velocity, OSCache, Compass and Lucene.
Snapshot: [Less]
Framework for create aplication on my company FullService Consulting (www.full.srv.br). this framework use the zipper-framework and extends this for create Swing and JSF/Richafaces Aplication.
The
... [More] objective for share the project is make a best work source, share knowledge. [Less]
IWebMvc is a web / enterprise platform built in Java based on Spring / Hibernate /DWR /dojo, offering lots of pre-built functionality (project kick start, security, RSS, CRUD operations, widgets, full-text search, ..) out-of-the-box to developers.