An error occured adding a product to your cart, you may only have 100 items in your cart.

Java EE 8 Microservices [Video]

Preview in Mapt

Java EE 8 Microservices [Video]

Tilen Faganel

3 customer reviews
Build the foundation of Cloud Native applications with microservices using Java EE 8
Mapt Subscription
FREE
€29.73/m after trial
Video
€9.66
RRP €141.59
Save 93%
What do I get with a Mapt Pro subscription?
  • Unlimited access to all Packt’s 5,000+ eBooks and Videos
  • Early Access content, Progress Tracking, and Assessments
  • 1 Free eBook or Video to download and keep every month after trial
What do I get with an eBook?
  • Download this book in EPUB, PDF, MOBI formats
  • DRM FREE - read and interact with your content when you want, where you want, and how you want
  • Access this title in the Mapt reader
What do I get with Print & eBook?
  • Get a paperback copy of the book delivered to you
  • Download this book in EPUB, PDF, MOBI formats
  • DRM FREE - read and interact with your content when you want, where you want, and how you want
  • Access this title in the Mapt reader
What do I get with a Video?
  • Download this Video course in MP4 format
  • DRM FREE - read and interact with your content when you want, where you want, and how you want
  • Access this title in the Mapt reader
€0.00
€9.66
€29.74 p/m after trial
RRP €141.59
Subscription
Video
Start 14 Day Trial

Frequently bought together


Java EE 8 Microservices [Video] Book Cover
Java EE 8 Microservices [Video]
€ 141.59
€ 9.66
Learning Java EE 8 [Video] Book Cover
Learning Java EE 8 [Video]
€ 124.93
€ 9.66
Buy 2 for €19.32
Save €207.74
Add to Cart

Video Details

ISBN 139781788470377
Course Length3 hours and 18 minutes

Video Description

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.

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.

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.

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.

Style and Approach

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.

Table of Contents

Introduction to the Microservices Architecture
The Course Overview
What are Microservices?
Microservices Architectural Advantages and Enhancements
Breaking the Monolith into Microservices
Introduction to the Java EE Microservices Tools and Libraries
Java (EE) Microservice Frameworks Overview
Installing and Configuring Java, Maven and the IDE
Creating and Running the First Microservice Using Payara Micro
Building Basic RESTful APIs with JAX-RS 2.1
Configuring JAX-RS
Adding Error Handling, Filters and Interceptors with JAX-RS
Microprofile Overview Using CDI and JSON-P
Building an Application with Microservices
Decomposing an Existing Monolith Application
Stateless Versus Stateful Highly Available Microservices
Finishing the First Microservice with Payara Micro
Creating and Running the Second Microservice Using Dropwizard
Monitoring Microservices with Dropwizard Metrics
Integrating with JAX-RS and HTTP
Integrating with OpenID Connect
Automatically Testing Microservices
Java Microservices and Spring Boot
Introduction to Spring and Spring Boot
Integrating Spring into a Java EE Environment
Creating the Microservice with Spring Boot and JAX-RS
Creating the Microservice with Spring Boot and Spring MVC
Complete the Application Using All Three Created Microservices
Packaging and Building Java Cloud Native Applications
Introduction to Containers and Docker
Building, Packaging and Running Java Microservices
Scalable Fault Tolerant Container Management Systems
Preparing Java Microservices to Run in Highly Scalable Platforms

What You Will Learn

  • Understand the benefits and advantages of the microservice architecture
  • Decompose and refactor monolithic applications into microservices
  • Create microservices with the best Java microservice frameworks – Payara Micro, Dropwizard, and Spring Boot
  • Implement RESTful services using JAX-RS 2.1 and Java EE 8
  • Monitor, test, secure, and integrate microservices with each other and existing monoliths
  • Integrate Spring into a Java EE ecosystem
  • Package microservices into Docker containers suitable to run in a highly scalable cloud environment

Authors

Table of Contents

Introduction to the Microservices Architecture
The Course Overview
What are Microservices?
Microservices Architectural Advantages and Enhancements
Breaking the Monolith into Microservices
Introduction to the Java EE Microservices Tools and Libraries
Java (EE) Microservice Frameworks Overview
Installing and Configuring Java, Maven and the IDE
Creating and Running the First Microservice Using Payara Micro
Building Basic RESTful APIs with JAX-RS 2.1
Configuring JAX-RS
Adding Error Handling, Filters and Interceptors with JAX-RS
Microprofile Overview Using CDI and JSON-P
Building an Application with Microservices
Decomposing an Existing Monolith Application
Stateless Versus Stateful Highly Available Microservices
Finishing the First Microservice with Payara Micro
Creating and Running the Second Microservice Using Dropwizard
Monitoring Microservices with Dropwizard Metrics
Integrating with JAX-RS and HTTP
Integrating with OpenID Connect
Automatically Testing Microservices
Java Microservices and Spring Boot
Introduction to Spring and Spring Boot
Integrating Spring into a Java EE Environment
Creating the Microservice with Spring Boot and JAX-RS
Creating the Microservice with Spring Boot and Spring MVC
Complete the Application Using All Three Created Microservices
Packaging and Building Java Cloud Native Applications
Introduction to Containers and Docker
Building, Packaging and Running Java Microservices
Scalable Fault Tolerant Container Management Systems
Preparing Java Microservices to Run in Highly Scalable Platforms

Video Details

ISBN 139781788470377
Course Length3 hours and 18 minutes
Read More
From 3 reviews

Read More Reviews

Recommended for You

Learning Java EE 8 [Video] Book Cover
Learning Java EE 8 [Video]
€ 124.93
€ 9.66
Design Patterns and Best Practices in Java EE 8 [Video] Book Cover
Design Patterns and Best Practices in Java EE 8 [Video]
€ 141.59
€ 9.66
Java EE Made Easy - Patterns, Architecture and Frameworks [Video] Book Cover
Java EE Made Easy - Patterns, Architecture and Frameworks [Video]
€ 198.71
€ 9.66
Java EE 8 High Performance Book Cover
Java EE 8 High Performance
€ 40.44
€ 9.66
Java EE 8 and Angular Book Cover
Java EE 8 and Angular
€ 35.68
€ 9.66
Learning Java 9 – Modular Programming [Video] Book Cover
Learning Java 9 – Modular Programming [Video]
€ 124.93
€ 9.66