This software is distributed under the apache V2 license. See the file LICENSE in this directory. For compilation to work, it requires the appserv-rt.jar file from glassfish. This file is located in the lib directory and distributed using the glassfish licensing conditions. This project requires maven 3. Structure of the project ======================== * cache: Caching API + provided implementations. The API can be implemented to provide additional implementations. * impl: implementation of flexible jdbc realm * deploy: assembly combining the classes from cache and impl for deployment on the application server. * site: maven site for the project * test: Test code using database access. THis is a separate project because combining this with the deploy project would create a dependency on eclipse link which is not on the central maven repo. Having this dependency would prevent deploying of flexible jdbc realm to the central maven repository.