X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=README.txt;h=7f179084e73c9a9edac0b4ebb63c366cdee2c789;hb=91a70d490894e01a2f229c6c38dd7a62e009ed2f;hp=5fb6e6ab97a44b7183dbce7f006d71a90360f3d6;hpb=f4a7c22895775cb336a40f63376621ea208125a3;p=utils diff --git a/README.txt b/README.txt index 5fb6e6ab..7f179084 100644 --- a/README.txt +++ b/README.txt @@ -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 ========= @@ -33,3 +39,5 @@ Trigger release settings by building with -Dwamblee.release=true This will skip some projects that are not to be released. + +