There are slides and notes included in this project in LibreOffce format.
There are 4 submodule projects and 1 common code submodule.
- spring - DI/IoC using Spring
- guice - DI using Google Guice
- cdi - DI using CDI and Apache DeltaSpike
- dagger - DI using Google's Dagger 2
- Java >= 6
- Maven >= 3.0
- Internet Access for downloading dependencies via Maven
mvn compile
mvn test
The database used in each of the submodules is HSQLDB and uses Liquibase to initialize the database schema.
- On Meetup: http://www.meetup.com/JUGGLou/events/225215077/
- On the web: http://juggl.us/
- On GitHub: https://github.com/JUGGL