Opleiding: Transforming Applications with IBM WebSphere Hybrid Edition [ZA616G]
OVERVIEW
This course teaches students how to transform traditional (monolithic) WebSphere applications to run in a containerized environment–Red Hat OpenShift–by using WebSphere Hybrid Edition. It covers two key reference implementations:
Operational Modernization: Repackage the application to deploy in a container while maintaining the monolithic architecture. This solution does not require changes to the application or runtime. It uses Transformation Advisor (part of WebSphere Hybrid Edition) to assess the application, and the Runtime Operator to manage the containerized application on Red Hat OpenShift.
Runtime Modernization: Update the application to run on Open Liberty, a modern cloud-native runtime. Modernize some aspects of the application by taking advantage of MicroProfile specifications. This solution uses Transformation Advisor (part of WebSphere Hybrid Edition), and the Open Liberty Operator to deploy and manage the modernized application on Red Hat OpenShift.
OBJECTIVES
- Describe the key concepts and reference implementations for application modernization
- Use Podman to create and manage container images
- Use Transformation Advisor to assess an application
- Implement operational modernization: repackage and deploy a traditional WebSphere application to a container runtime
- Implement runtime modernization: repackage and deploy a Liberty application to a container runtime
CONTENT
Exercises
- Exercise 1 - Introduction to containers
- Exercise 2 - Introduction to Red Hat OpenShift
- Exercise 3 - Use Transformation Advisor to assess an application
- Exercise 4 - Operational modernization
- Exercise 5 - Runtime modernization