(no commit message)
[utils] / README.txt
index 5fb6e6ab97a44b7183dbce7f006d71a90360f3d6..26f0a2ffc33711c9c2e9ff0cc35a7cea3ba9fffd 100644 (file)
@@ -2,7 +2,9 @@ Support utilities for enterprise development
 ============================================
 
 * support: Base (non-Java EE) support
-* system: The parts of an IOC framwork.
+* system:  An IOC framework experiment. This should be flexible enough as a basis for 
+  a CDI implementation. It currently offers only a programmatic API and does not use
+  annotations.  
 * hibernate-jpa: Hibernate JPA dependencies
 * security: Security support utlities (user management and authorization)
 * test: Test support for JEE testing. In particular, junit testing with an inmemory or
@@ -26,6 +28,10 @@ Building
 
 You need maven2 and java 6 
 
+By default eclipselink is used as persistence provider. 
+Use mvn -Phibernate,!eclipselink (escape the ! if needed) to build with hibernate as
+persistence provider. 
+
 Releasing
 =========