Cloud-native development and migration to Jakarta EE transform your legacy Java EE project into a cloud-native application

Book Cover
Average Rating
Author
Published
Birmingham, UK : Packt Publishing Ltd., 2023.
Status
Available Online

Description

Loading Description...

More Details

Format
Edition
1st edition.
Language
English
ISBN
9781837630738, 1837630739

Notes

Description
A pragmatic guide for modernizing your Java EE App with Jakarta EE for cloud-native, serverless excellence Key Features Explore the cargo tracker application, an industry-relevant example that illustrates key Jakarta EE concepts and practices Learn how to transition from Java EE to Jakarta EE to modernize your existing applications Understand the benefits of cloud technologies and how to deploy a Jakarta EE application to the cloud Purchase of the print or Kindle book includes a free PDF eBook Book Description 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. What you will learn Explore the latest advancements in Jakarta EE and gain a thorough understanding of its core features and capabilities Understand the principles and practices of designing and building cloud-native applications Gain a detailed understanding of containers and Docker Uncover how to embrace containers in your IT landscape Move from your own hardware to managed hardware in the cloud Discover how Kubernetes enhances scalability, resilience, and portability Who this book is for This book is for developers working in small or large companies developing applications in Jakarta EE. If you're looking for a comprehensive guide that will provide you with all the tools and guidance needed to upgrade your existing applications, then this is the book for you. Intermediate-level knowledge and experience with Java EE 5/6/7/8 will help you get the most out of this book.
Local note
O'Reilly O'Reilly Online Learning: Academic/Public Library Edition

Discover More

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Veen, R., & Vlijmincx, D. (2023). Cloud-native development and migration to Jakarta EE: transform your legacy Java EE project into a cloud-native application (1st edition.). Packt Publishing Ltd..

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Veen, Ron and David, Vlijmincx. 2023. Cloud-native Development and Migration to Jakarta EE: Transform Your Legacy Java EE Project Into a Cloud-native Application. Birmingham, UK: Packt Publishing Ltd.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Veen, Ron and David, Vlijmincx. Cloud-native Development and Migration to Jakarta EE: Transform Your Legacy Java EE Project Into a Cloud-native Application Birmingham, UK: Packt Publishing Ltd, 2023.

Harvard Citation (style guide)

Veen, R. and Vlijmincx, D. (2023). Cloud-native development and migration to jakarta EE: transform your legacy java EE project into a cloud-native application. 1st edn. Birmingham, UK: Packt Publishing Ltd.

MLA Citation, 9th Edition (style guide)

Veen, Ron,, and David Vlijmincx. Cloud-native Development and Migration to Jakarta EE: Transform Your Legacy Java EE Project Into a Cloud-native Application 1st edition., Packt Publishing Ltd., 2023.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
c7a387bc-d982-9a30-3e1c-4302f5c3d889-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work IDc7a387bc-d982-9a30-3e1c-4302f5c3d889-eng
Full titlecloud native development and migration to jakarta ee transform your legacy java ee project into a cloud native application
Authorveen ron
Grouping Categorybook
Last Update2025-05-12 03:33:10AM
Last Indexed2025-05-22 03:37:42AM

Book Cover Information

Image Sourcedefault
First LoadedFeb 7, 2025
Last UsedFeb 7, 2025

Marc Record

First DetectedDec 16, 2024 11:27:18 PM
Last File Modification TimeDec 17, 2024 08:26:42 AM
SuppressedRecord had no items

MARC Record

LEADER07390cam a22004817a 4500
001on1406407074
003OCoLC
00520241217082453.0
006m     o  d        
007cr |n|||||||||
008231029s2023    enk     o     000 0 eng d
020 |a 9781837630738|q (electronic bk.)
020 |a 1837630739|q (electronic bk.)
035 |a (OCoLC)1406407074
037 |a 9781837639625|b O'Reilly Media
040 |a YDX|b eng|c YDX|d ORMDA|d OCLCO|d UKAHL|d EBLCP|d OCLCQ|d OCLCF
049 |a MAIN
050 4|a QA76.9.A25
08204|a 005.8|2 23/eng/20231107
1001 |a Veen, Ron,|e author.
24510|a Cloud-native development and migration to Jakarta EE|h [electronic resource] :|b transform your legacy Java EE project into a cloud-native application /|c Ron Veen, David Vlijmincx.
250 |a 1st edition.
260 |a Birmingham, UK :|b Packt Publishing Ltd.,|c 2023.
300 |a 1 online resource
5050 |a Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Part 1: Getting Started with Python -- Chapter 1: The History of Enterprise Java -- What is Java EE, and why was it created? -- Web servers versus application servers -- Web servers -- Application servers -- Profiles to the rescue -- Java EE 5, the first user-friendly version -- The history of key features added in Java EE since version 5 -- Java EE 6 -- Java EE 7 -- Java EE 8 -- Summary -- Chapter 2: Introducing the Cargo Tracker Application -- Technical requirements
5058 |a What is the Cargo Tracker application? -- Why we chose the Cargo Tracker application -- Installing and running the Cargo Tracker application -- Features of the Cargo Tracker application -- Public Tracking Interface -- Administration Interface -- Mobile Event Logger -- Java EE features used in the Cargo Tracker application -- Enterprise Java Beans -- Persistence (JPA) -- Messaging (JMS) -- Context and Dependency Injection -- Java Service Faces (JSF) -- JAX-RS -- JSON binding -- Transactions -- Batch -- Summary -- Part 2: Modern Jakarta EE -- Chapter 3: Moving from Java EE to Jakarta EE
5058 |a Technical requirements -- It's all about namespaces -- Migrating strategies -- Using an open source multiplatform editor -- Sed -- Using a specialized plugin for your IDE -- Upgrading your pom.xml file -- Migrating dependencies -- Upgrading the project -- Upgrading the Payara application server -- Upgrading PrimeFaces -- Red Hat MTA -- Upgrading your application server -- Summary -- Chapter 4: Modernizing Your Application with the Latest Features -- Technical requirements -- The most significant changes to Jakarta EE 10 -- Core Profile -- Using UUIDs as keys -- Multi-part form parameters
5058 |a Pure Java Jakarta Faces views -- Authenticating with OpenID -- Improved concurrency -- Adding the first cloud-native feature -- resilience -- Adding the second cloud-native feature -- monitoring -- Looking at the default metrics of a running system -- Adding metrics to your system -- Using Prometheus and Grafana to visualize the monitoring process -- Setting up Prometheus -- Setting up Docker Compose -- Setting up the Prometheus settings -- Setting up Grafana -- Setting up docker-compose -- Setting up the auto data source -- Setting up the dashboard so that it loads automatically
5058 |a Showing Grafana Docker -- Showing the complete Docker file -- Summary -- Chapter 5: Making Your Application Testable -- Technical requirements -- The impact of testing on your migration -- Measuring code coverage of the project -- A word about TDD -- How to create unit tests -- Tools and libraries required for unit testing -- Creating a unit test -- How to create integration tests -- What are integration tests? -- What is Testcontainers? -- Setting up Testcontainers -- Creating an integration test -- Summary -- Part 3: Embracing the Cloud -- Chapter 6: Introduction to Containers and Docker
520 |a A pragmatic guide for modernizing your Java EE App with Jakarta EE for cloud-native, serverless excellence Key Features Explore the cargo tracker application, an industry-relevant example that illustrates key Jakarta EE concepts and practices Learn how to transition from Java EE to Jakarta EE to modernize your existing applications Understand the benefits of cloud technologies and how to deploy a Jakarta EE application to the cloud Purchase of the print or Kindle book includes a free PDF eBook Book Description 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. What you will learn Explore the latest advancements in Jakarta EE and gain a thorough understanding of its core features and capabilities Understand the principles and practices of designing and building cloud-native applications Gain a detailed understanding of containers and Docker Uncover how to embrace containers in your IT landscape Move from your own hardware to managed hardware in the cloud Discover how Kubernetes enhances scalability, resilience, and portability Who this book is for This book is for developers working in small or large companies developing applications in Jakarta EE. If you're looking for a comprehensive guide that will provide you with all the tools and guidance needed to upgrade your existing applications, then this is the book for you. Intermediate-level knowledge and experience with Java EE 5/6/7/8 will help you get the most out of this book.
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a Java (Computer program language)|9 70616
650 0|a Computer security.|9 65527
650 0|a Cloud computing.|9 78739
650 0|a Application software|x Development.|9 70680
7001 |a Vlijmincx, David,|e author.
77608|i Print version:|z 1837639620|z 9781837639625|w (OCoLC)1394113900
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781837639625/?ar|x O'Reilly|z eBook
938 |a ProQuest Ebook Central|b EBLB|n EBL30973280
938 |a Askews and Holts Library Services|b ASKH|n AH41809491
938 |a YBP Library Services|b YANK|n 305786028
994 |a 92|b VIA
999 |c 359992|d 359992