[hibernate-commits] Hibernate SVN: r11146 - in branches/HAN_SPLIT/HibernateExt/validator: jdbc and 1 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Feb 2 16:01:28 EST 2007


Author: epbernard
Date: 2007-02-02 16:01:27 -0500 (Fri, 02 Feb 2007)
New Revision: 11146

Added:
   branches/HAN_SPLIT/HibernateExt/validator/jdbc/
   branches/HAN_SPLIT/HibernateExt/validator/jdbc/hsqldb.jar
   branches/HAN_SPLIT/HibernateExt/validator/lib/README.txt
Modified:
   branches/HAN_SPLIT/HibernateExt/validator/readme.txt
Log:
Add validator build system and various files

Added: branches/HAN_SPLIT/HibernateExt/validator/jdbc/hsqldb.jar
===================================================================
(Binary files differ)


Property changes on: branches/HAN_SPLIT/HibernateExt/validator/jdbc/hsqldb.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: branches/HAN_SPLIT/HibernateExt/validator/lib/README.txt
===================================================================
--- branches/HAN_SPLIT/HibernateExt/validator/lib/README.txt	                        (rev 0)
+++ branches/HAN_SPLIT/HibernateExt/validator/lib/README.txt	2007-02-02 21:01:27 UTC (rev 11146)
@@ -0,0 +1,14 @@
+Hibernate Commons Annotations dependencies
+==========================================
+
+Core
+====
+hibernate-commons-annotations.jar: required
+hibernate3.jar: required
+hibernate core dependencies: required (see Hibernate Core for more information)
+ejb3-persistence.jar: optional (needed for Java Persistence integration)
+
+Test
+====
+hibernate-annotations.jar: required
+hibernate-entitymanager.jar: required
\ No newline at end of file

Modified: branches/HAN_SPLIT/HibernateExt/validator/readme.txt
===================================================================
--- branches/HAN_SPLIT/HibernateExt/validator/readme.txt	2007-02-02 20:55:36 UTC (rev 11145)
+++ branches/HAN_SPLIT/HibernateExt/validator/readme.txt	2007-02-02 21:01:27 UTC (rev 11146)
@@ -1,29 +1,18 @@
-Hibernate Annotations
+Hibernate Commons Annotations
 ==================================================
-Version: 3.2.1.GA, 8.12.2006
+Version: 3.2.2.GA, xx.02.2007
 
-THIS RELEASE OF HIBERNATE ANNOTATIONS REQUIRES HIBERNATE CORE 3.2.0.GA (and above) AND DOES NOT 
-WORK WITH HIBERNATE 3.1.x OR ANY OLDER VERSION OF HIBERNATE.
-
-
 Description
 -----------
 
-The EJB3 specification recognizes the interest and the success of
-the transparent object/relational mapping paradigm. The EJB3 specification
-standardizes the basic APIs and the metadata needed for any object/relational
-persistence mechanism.
+Hibernate Validator aims at defining and checking a domain model level constraints.
+It supports custom constraints definitions as well as full internationalization.
+Annotations are used to define constraints on object level.
+The validation mechanism can be executed in different layers in your application
+without having to duplicate any of these rules (presentation layer,
+data access layer, Database schema).
 
-Hibernate EntityManager implements the programming interfaces and lifecycle rules
-as defined by the EJB3 persistence specification. Together with Hibernate Annotations
-this wrapper implements a complete (and standalone) EJB3 persistence solution on
-top of the mature Hibernate core. You may use a combination of all three together,
-annotations without EJB3 programming interfaces and lifecycle, or even pure native
-Hibernate, depending on the business and technical needs of your project. You can
-at all times fall back to Hibernate native APIs, or if required, even to native
-JDBC and SQL.
 
-
 Instructions
 ------------
 
@@ -35,8 +24,7 @@
 
 Latest Documentation:
 
-   http://hibernate.org
-   http://annotations.hibernate.org
+   http://www.hibernate.org
 
 Bug Reports:
 
@@ -45,7 +33,7 @@
 
 Free Technical Support:
 
-   http://forum.hibernate.org
+   http://forum.hibernate.org (http://forum.hibernate.org/viewforum.php?f=9)
 
 
 Notes




More information about the hibernate-commits mailing list