Book Image

Java EE 8 Microservices [Video]

By : Tilen Faganel
Book Image

Java EE 8 Microservices [Video]

By: Tilen Faganel

Overview of this book

<p><span id="description" class="sugar_field">Java EE application model represents one of the best available design models on which to base the design of your enterprise application. This course will address the problems that Java EE developers have been facing for years – breaking the monolith! You’ll learn how to build microservices in Java EE 8, enabling you to create highly extendable, scalable, fault tolerant applications that are cloud-ready. </span></p> <p><span id="description" class="sugar_field">Beginning with an introduction to microservices, you’ll learn how to start setting up your development environment and toolset. You’ll gain knowledge of tools such as Dropwizard, Payara Micro, and Spring Boot while you build RESTful services with the latest JAX-RS 2.1 standard. You’ll understand how to use Microprofile to optimize Java EE for microservices development. The course will go on to build an application based on the microservices architecture, where you will learn to test, secure, and monitor your microservices using the latest, most reliable tools. </span></p> <p><span id="description" class="sugar_field">You’ll learn how to break down and refactor monolithic applications into microservices, as well as integrate both architectures in a fail-proof way. You’ll see how to integrate tools such as Docker with Java EE, giving you a foundation to build Cloud Native applications. Finally, you’ll find out how to integrate Spring into your development environment and how to apply the best design patterns to build robust microservices.</span></p> <p><span id="description" class="sugar_field">By the end of the course, taking the challenge of building a cloud-ready, enterprise application in the microservice architecture will be a walk in the park.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">A hands-on course is to efficiently build and implement microservices in Java EE and Spring. You’ll examine a number of real-world use cases and hands-on code examples. You’ll be able to distribute your microservices in a completely new way.</span></span></p>
Table of Contents (5 chapters)
Chapter 4
Java Microservices and Spring Boot
Content Locked
Section 5
Complete the Application Using All Three Created Microservices
In this video, we will integrate the payments microservice with the orders microservice and add custom health checks in order to finish the application. - Add the payments data model and implement the client in the orders microservice - Add the create transaction integration to the complete order operation - Implement a custom health check to check the payments microservice health