https://github.com/pscheidl/openliberty-jaxrs-example
A sample Java EE 7 application ran with OpenLiberty.io
https://github.com/pscheidl/openliberty-jaxrs-example
example java javaee microservices
Last synced: 12 months ago
JSON representation
A sample Java EE 7 application ran with OpenLiberty.io
- Host: GitHub
- URL: https://github.com/pscheidl/openliberty-jaxrs-example
- Owner: Pscheidl
- Created: 2017-10-08T09:25:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T06:43:44.000Z (over 8 years ago)
- Last Synced: 2025-06-04T13:29:48.747Z (about 1 year ago)
- Topics: example, java, javaee, microservices
- Language: Java
- Size: 4.88 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenLiberty.io JAX-RS sample
A sample application demonstrating how easily JavaEE applications can be ran and rapidly redeployed with [OpenLiberty.io](https://openliberty.io/).
Run it with `mvn package liberty:run-server`.
Issue a HTTP GET request to `http://localhost:9080/openliberty-jaxrs-example/ping` in order to test the application.
Associated article can be found on [Dzone](https://dzone.com/articles/openlibertyio-java-ee-microservices-done-right) or on [pavel.cool blog](http://www.pavel.cool/javaee/ee4j/openliberty-jaxrs/).