Part 4:Packaging Java Code
This part is about how you distribute your code. You will learn how to create a custom Java runtime and package it with an application in a single file installer. The distribution of an entire environment, including Java, an application server, and your app using Docker, the first step to cloud deployment, is the final topic.
This part contains the following chapter:
- Chapter 16, Deploying Java in Standalone Packages and Containers