b/learning-path by booms

Continuous Delivery in Java [Early Release]

This post was published 8 years ago. Download links are most likely obsolete. If that's the case, try asking the uploader to re-upload.

Continuous Delivery in Java

63 pages | Oct 2017 | English | ISBN-10: 1491986026 | PDF | 3 MB

With the release of Java 8 and the availability of web/microservice frameworks such as Spring Boot, there's never been a better time to design and implement Java-powered applications. But Java is only a small piece of the puzzle when it comes to continuously delivering working applications to a production environment.

This practical book charts the journey for establishing the practices and tooling to develop, operate and use a continuous delivery build pipeline for Java applications that will be deployed to a production such as Kubernetes, Cloud Foundry, and other cloud-based services. Each chapter focuses on a key practice within continuous delivery, and outlines appropriate tooling and describes how this should be utilized.

Understand the process of continuous delivery, and how this impacts a Java application developer
Develop a deeper understanding of core continuous delivery topics, and learn high-level tooling options
Learn how to implement tooling choices, such as integrating a Jenkins server into the application delivery process, and unit testing effectively with JUnit and other options