(no commit message)
[utils] / README.txt
1 Support utilities for enterprise development
2 ============================================
3
4 * support: Base (non-Java EE) support
5 * system: The parts of an IOC framwork.
6 * hibernate-jpa: Hibernate JPA dependencies
7 * security: Security support utlities (user management and authorization)
8 * test: Test support for JEE testing. In particular, junit testing with an inmemory or
9   external database and support for JPA testing with several JPA providers. 
10   
11
12 To be removed from this project (currently skipped from the release)
13 ====================================================================
14
15 * socketproxy: An old socketproxy. To be removed from the utilities
16 * mythtv: An application for exposing mythtv recordings in a useful directory structure
17   This will be removed from the utilities
18
19 To be added to this project
20 ===========================
21 * utilities for CDI
22 * wicket utilities. 
23
24 Building
25 ========
26
27 You need maven2 and java 6 
28
29 Releasing
30 =========
31
32 Trigger release settings by building with -Dwamblee.release=true
33 This will skip some projects that are not to be released. 
34
35