The First Cup Example is a JEE7 Example.
The project was to get the First Cup example into an embedded environment with maven.
- JEE7 web profile application
- JPA 2.x
- Maven
- [Glassfish] (https://glassfish.java.net/de/)
- [derby] (https://db.apache.org/derby/)
- ...
- Java 7
- Maven
- mvn clean package run
- mvn embedded-glassfish:run
it didnt work the first time cause derby needed to be configured. RUN IT AGAIN!!!
TADA WORKS :)