1 Support utilities for enterprise development
2 ============================================
4 * support: Base (non-Java EE) support
5 * system: An IOC framework experiment. This should be flexible enough as a basis for
6 a CDI implementation. It currently offers only a programmatic API and does not use
8 * hibernate-jpa: Hibernate JPA dependencies
9 * security: Security support utlities (user management and authorization)
10 * test: Test support for JEE testing. In particular, junit testing with an inmemory or
11 external database and support for JPA testing with several JPA providers.
14 To be removed from this project (currently skipped from the release)
15 ====================================================================
17 * socketproxy: An old socketproxy. To be removed from the utilities
18 * mythtv: An application for exposing mythtv recordings in a useful directory structure
19 This will be removed from the utilities
21 To be added to this project
22 ===========================
29 You need maven2 and java 6
34 Trigger release settings by building with -Dwamblee.release=true
35 This will skip some projects that are not to be released.