Book Image

Cloud-Native Development and Migration to Jakarta EE

By : Ron Veen, David Vlijmincx
Book Image

Cloud-Native Development and Migration to Jakarta EE

By: Ron Veen, David Vlijmincx

Overview of this book

Cloud-Native Development and Migration to Jakarta EE will help you unlock the secrets of Jakarta EE's evolution as you explore the migration and modernization of your applications. You’ll discover how to make your code compatible with the latest Jakarta EE version and how to leverage its modern features effectively. First, you’ll navigate the realm of cloud-native development as you demystify containers and get introduced to the Eclipse MicroProfile, a powerful tool in your toolkit. Next, you’ll take the bold step of transitioning your applications from local hardware to the limitless possibilities of the cloud. By following the author’s expert guidance to deploy your Jakarta EE applications on Microsoft Azure, you’ll gain hands-on experience in managing cloud resources. In the final leg of your journey, you’ll explore the world of serverless architecture. You’ll learn to design and run services that are truly serverless, harnessing the potential of the event-driven paradigm for scalability and cost-efficiency. By the end of this book, you’ll have mastered Jakarta EE and become a proficient cloud-native developer. Join us on this exciting journey of transformation and innovation as you pave the way for the future of Jakarta EE and cloud-native development.
Table of Contents (18 chapters)
1
Part 1: History of Java EE and Jakarta EE
4
Part 2: Modern Jakarta EE
8
Part 3: Embracing the Cloud
Appendix A: Java EE to Jakarta EE names
Appendix B: As a Service

Index

As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.

Symbols

12-factor app 121

admin processes 127

backing services 123

build 124

code base 122

concurrency 125

config 123

dependencies 122

dev/prod parity 126

disposability 126

logs 127

port binding 125

processes 124

release 124

run 124

A

Administration Interface, Cargo Tracker application 16

booking cargo interface 19, 20

cargo information 17

routing cargo interface 17, 18

ahead-of-time (AOT) 52

Amazon Web Services (AWS) 118

annotations, MicroProfile Fault Tolerance 153

@Asynchronous 153, 154

@Bulkhead 155

@CircuitBreaker 156

@Fallback 156, 157

@Retry 154, 155

@Timeout 155

application server

upgrading 49

application servers 4-6

auto data source

setting up 69, 70

Azure 132

deploying to...