John Ament is the sponsor of the open source Hammock project, which implements the Eclipse MicroProfile specification. Similar to Thorntail, Hammock is an application assembler that generates uberjars. To run the uberjar, you need to enter the following command:
$ java -jar <executable JAR file>
Hammock is an opinionated microservices framework for building applications. It is a CDI-based framework, meaning that it is on a CDI container with CDI-based beans that run in it. It supports two CDI implementations (JBoss Weld and Apache OpenWebBeans), three JAX-RS implementations (Apache CXF, Jersey, and JBoss RestEasy), and three different servlet containers (Apache Tomcat, JBoss Undertow, and Eclipse Jetty). Besides these, Hammock also ...