January 2023
Intermediate to advanced
330 pages
6h 34m
English
The most common way to deploy production-grade web apps today is in a traditional server-based environment. This chapter covers how to package your web app so you can deploy it in several types of environments, be it a single-node dedicated server or a distributed multi-server Kubernetes cluster.
For any type of deployment setup, you’ll need to package your web app as a self-contained Java archive (JAR) file.
A JAR file is a file ...
Read now
Unlock full access