August 2019
Intermediate to advanced
256 pages
6h 43m
English
Oracle Corporation are the sponsors of the open source Helidon project, which implements the Eclipse MicroProfile specification. Helidon is a set of Java libraries that enable a developer to write microservices. It leverages Netty, a non-blocking I/O client server framework. Helidon is an application assembler in that it generates application JAR. Once you have built the application JAR, you can execute it with the following command:
$ java -jar <executable JAR file>
Helidon comes in two flavors: SE and MP. Helidon SE is the functional programming style provided by all Helidon libraries and it provides a microservices framework called MicroFramework. Helidon MP implements the MicroProfile specification for microservices, and it's ...
Read now
Unlock full access