Book description
The established way to deploy Java applications requires you to install the Java Development Kit (JDK), plus an application server, web server, database, and other components in a data center, whether on-premise or in the cloud. Though this process works well enough, Docker containers can save you many headaches when it comes to packaging, deploying, and scaling your applications.
In this O’Reilly report, author Arun Gupta explains Docker’s basic concepts and the commonly used orchestration frameworks around them. You’ll learn how to achieve faster startup and deployments on both Windows, Mac OS X, and Linux, and understand how these containers improve portability across machines and reduce the impedance mismatch between development, testing, and production environments.
Update: Coming in Fall 2016, this report will include a chapter that explains how to load balance multiple Java application servers running as Docker containers. Learn how to provide low latency to the client by caching responses and enable health monitoring on your applications.
- Get up to speed on Docker basics, including its image format and toolset for building, shipping, and running containers
- Build and run your first Docker container by deploying a sample Java EE application with Docker Compose and Docker Swarm
- Manage Docker images and containers with IDEs such as NetBeans, Eclipse, and IntelliJ IDEA
- Use a Maven plugin to create a Docker image and start a container
- Ensure that user requests are appropriately distributed among servers through weighted load balancing
Table of contents
- Preface
- 1. Introduction to Docker
- 2. Docker and Your First Application
- 3. Docker and Java Tooling
- 4. Conclusion
Product information
- Title: Docker for Java Developers
- Author(s):
- Release date: June 2016
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491957561
You might also like
video
Docker for Java and Spring Boot Developers
Docker is an open-source tool to package your applications and everything they need as containers. You …
book
Docker for Developers
Learn how to deploy and test Linux-based Docker containers with the help of real-world use cases …
book
Docker and Kubernetes for Java Developers
Leverage the lethal combination of Docker and Kubernetes to automate deployment and management of Java applications …
book
DevOps Tools for Java Developers
With the rise of DevOps, low-cost cloud computing, and container technologies, the way Java developers approach …