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

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

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/).