...Change org.lightj.example.dal.SampleDatabaseEnum to point to the right db with username and password
5. Run mvn clean install (now with mysql supported)
Top Modules
======
1. session: light weight workflow session, bean defined workflow, spring friendly, see /src/test/java/org/lightj/session/TestFlowSession.java for example
2. schedule: quartz based scheduler module, see /src/test/java/org/lightj/schedule/TestScheduler.java for example
3. config: application config management, allow base config, environment and host override, annontation (@XmlConfig) link xml config to java constant for easy reference, runtime config change, see /src/test/java/org/ligh