For details see http://wiki.eclipse.org/EclipseLink/Examples/PolyglotPersistence
To run the examples:
- run mvn to build the four modules
- cd into the polyglot.client folder
- create the relational database with: java -classpath “target/*” example.CreateDatabase
- run the example with: java -classpath “target/*” example.PolyglotDemo
- reset both databases with: java -classpath “target/*” example.CleanDatabases