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
- Host: GitHub
- URL: https://github.com/javaee/cargotracker
- Owner: javaee
- License: other
- Archived: true
- Created: 2017-04-24T02:52:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T14:19:22.000Z (almost 7 years ago)
- Last Synced: 2025-01-18T20:33:41.520Z (11 months ago)
- Language: Java
- Homepage:
- Size: 8.37 MB
- Stars: 245
- Watchers: 37
- Forks: 363
- Open Issues: 0
-
Metadata Files:
- Readme: readme - CARGOTRACKER-54.txt
- Contributing: CONTRIBUTING.md
- License: LICENSE
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???