MicroProfile

MicroProfile is a new effort that is underway which attempts to refine the enterprise Java specifications for use in microservices.

The currently included bits are:

  • JAX-RS

  • JSON-P

  • CDI

WildFly Swarm MicroProfile

WildFly Swarm provides a hollow MicroProfile standalone server which can be used to deploy any compliant .war application.

Download

You can download the server here.

Usage

java -jar microprofile-2017.2.0-hollowswarm.jar myapp.war