An open API service indexing awesome lists of open source software.

https://github.com/javaee/cargotracker

Applied domain-driven design blueprints for Java EE
https://github.com/javaee/cargotracker

Last synced: 8 months ago
JSON representation

Applied domain-driven design blueprints for Java EE

Awesome Lists containing this project

README

          

WildFly config changes:
* Added eclipselink-2.5.1.jar to modules\system\layers\base\org\eclipse\persistence\main and modified module.xml:

Code changes:
* Adding maven profiles for glassfish (default) and wildfly
* Added wildfly web.xml with resteasy servlet
* Added default constructors for REST service classes to support resteasy
* Added some logging

TODO
* standardize JDBC JNDI name
* put datasource in web.xml
* maven web.xml filtering and token replacement to add resteasy servlet???