Mastering Microservices with Java [Video]

Mastering Microservices with Java [Video]

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 2.5 Hours | 513 MB

Build smaller, lighter, and faster services that can be implemented easily in a Java production environment

Welcome to the Part 1 of this Mastering Microservices with Java video course! With the introduction of the cloud, Java enterprise application development has moved from monolithic applications to small, lightweight, process-driven components called microservices. So microservices in Java are the next big thing in designing scalable, easy-to-maintain Java applications. This not only makes app development easier, but also offers great flexibility and lets you utilize various resources optimally. If you want to build an enterprise-ready implementation of the microservices architecture, then this is the video for you!

In Part 1 of this Mastering Microservices with Java video series, you’ll start by gaining a deep understanding of the core Java microservice concepts and framework; you will then focus on the high-level design of large software projects. You will gradually move on to setting up the development environment and configuring it before implementing Continuous Integration to deploy your microservice architecture! You will then be ready to consider the second video in this Mastering Java Microservices series, which goes on to show you how to use Spring security, and how you can secure microservices and test effectively using REST Java clients and other tools. You’ll learn the best practices and common principles of microservice design and you’ll learn to troubleshoot and debug issues faced during development.

By the end of this Mastering Microservices with Java series, you will know how to build smaller, lighter, and faster services that can be implemented easily in a production environment.

What You Will Learn

  • Use domain-driven design to design and implement microservices
  • Secure microservices using Spring Security
  • Deploy and test microservices
  • Troubleshoot and debug issues faced during development
  • Consume microservices using a JavaScript web application
  • Learn best practices and common principles for microservices
Table of Contents

A Solution Approach Using New architecture paradigm
The Course Overview
A Solution Approach Using New architecture paradigm

Domain Driven Design
Sample REST Service
Design importance and Domain Driven Design (DDD)
The Building Blocks – I
Building blocks – II: Artifacts of DDD
Aggregates and Repository
Factory and Modules
Strategic Design and Principles – I
Strategic Design and Principles – II

Sample Domain Service
Implementing Entity
Implementing Repository
Implementing Service

Implementing Microservices
OTRS Overview
OTRS Services
Implementing Restaurant Service
Implementing the GET Endpoint
Implement Registration and Discovery Service
Testing