https://github.com/arthurdelamare/jee-rest-server-example
A simple example of a REST webservice using JAX-RS with JavaEE.
https://github.com/arthurdelamare/jee-rest-server-example
Last synced: 4 months ago
JSON representation
A simple example of a REST webservice using JAX-RS with JavaEE.
- Host: GitHub
- URL: https://github.com/arthurdelamare/jee-rest-server-example
- Owner: ArthurDelamare
- License: mit
- Created: 2020-05-26T09:38:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T09:49:21.000Z (about 5 years ago)
- Last Synced: 2025-01-04T19:44:17.201Z (5 months ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Environment used to develop this project:
- Java JDK8
- GlassFish 5
- EclipseLinked to a REST Client : https://github.com/ArthurDelamare/jee-rest-client-example