Course Overview
Building on Red Hat Application Development I: Programming in Java EE (JB183), the introductory course for Java EE application development, Red Hat Application Development II: Implementing Microservice Architectures (JB283) emphasizes learning architectural principles and implementing microservices in Java EE, primarily based on MicroProfile with WildFly Swarm and OpenShift.
Quem deve participar
This course is designed for Java developers.
Pré- requisitos
- Attend Red Hat Application Development I: Programming in Java EE (JB183) or demonstrate equivalent experience
- Be proficient in using an integrated development environment such as Red Hat® Developer Studio or Eclipse
- Experience with Maven is recommended, but not required
Objetivos do Curso
Impact on the organization
Many organizations are struggling with how to make the move from monolithic applications to applications based on microservices, as well as how to reorganize their development paradigm to reap the benefits of microservice development in a DevOps economy. In particular, many organizations are invested in Java programming frameworks and Red Hat® OpenShift Container Platform. This course exposes you to the Wildfly Swarm runtime for streamlined deployment on OpenShift clusters.
Impact on the individual
As a result of attending this course, you will understand how to develop, monitor, test, and deploy microservice-based Java EE applications using Wildfly Swarm and Red Hat OpenShift.
You should be able to demonstrate these skills:
- Design a microservices-based architecture for an enterprise application.
- Implement fault tolerance and health checks for microservices.
- Secure microservices to prevent unauthorized access.
Follow On Courses
- Red Hat OpenShift Administration I: Operating a Production Cluster (DO180)
- Red Hat OpenShift Developer II: Building and Deploying Cloud-native Applications (DO288)
- Red Hat OpenShift Developer II: Building and Deploying Cloud-native Applications with Exam (EX288) (DO289)
- Red Hat Certified Enterprise Microservices Developer Exam (EX283)
Conteúdo do curso
Describe microservice architectures
Describe components and patterns of microservice-based application architectures.
Deploy microservice-based applications
Deploy portions of the course case study applications on an OpenShift cluster.
Implement a microservice with MicroProfile
Describe the specifications in MicroProfile, implement a microservice with some of the specifications, and deploy it to an OpenShift cluster.
Test microservices
Implement unit and integration tests for microservices.
Inject configuration data into a microservice
Inject configuration data from an external source into a microservice.
Create application health checks
Create a health check for a microservice.
Implement fault tolerance
Implement fault tolerance in a microservice architecture.
Develop an API gateway
Describe the API gateway pattern and develop an API gateway for a series of microservices.
Secure microservices with JWT
Secure a microservice using the JSON Web Token specification.
Monitor microservices
Monitor the operation of a microservice using metrics, distributed tracing, and log aggregation.