This repo is a sample application using enRoute and bndtools. see the google group list for details link -> https://groups.google.com/forum/#!topic/bndtools-users/Ssw_iPr1VhI
the intentions are:
-
use bndtools
-
use enRoute templates
-
use JPA
a. use Derby/H2 in memory database for tests
b. use mysql as release prod
-
use eclipse link as provider
other design patterns
-
abstract the JPA implementation with a session interface
-
use a service factory (OSGi) for creating many datasource connection. EntityManagerFactory
-
implement integration unit tests (enRoute) black box
-
unit tests