August 2019
Intermediate to advanced
256 pages
6h 43m
English
Tomitribe are the sponsors of the open source TomEE project, which implements the Eclipse MicroProfile specification. Apache TomEE is assembled from Apache Tomcat with added Java EE features. TomEE is Java EE 6 Web Profile-certified. As its GitHub describes it, Apache TomEE is a lightweight, yet powerful, JavaEE Application server with feature-rich tooling. There are a few different versions of TomEE that you can download; for example, TomEE, TomEE+, and TomEE WebApp, but the one we are interested in is TomEE MicroProfile. For MicroProfile, TomEE generates an uberjar for your microservice, which you can run as follows:
$ java -jar <executable JAR file>
Although the TomEE MicroProfile documentation is scarce, a set of thorough ...
Read now
Unlock full access