August 2019
Intermediate to advanced
256 pages
6h 43m
English
Sunesis are the sponsors of the open source KumuluzEE project, which implements the Eclipse MicroProfile specification. KumuluzEE defines itself as a lightweight microservices framework using Java and Java EE technologies and as Eclipse MicroProfile-compliant implementation. KumuluzEE allows you to bootstrap a Java EE application using just the components that you need, and it also supports the packing and running microservices as uberjars. Just like other implementations that support uberjars, you can run your microservices by entering the following command:
$ java -jar <executable JAR file>
KumuluzEE also provides a POM generator that can create a pom.xml with the selected options and features you would like to include for the ...
Read now
Unlock full access