Skip to content

PacktPublishing/Jakarta-EE-Application-Development

Repository files navigation

Jakarta EE Application Development - Second Edition

This is the code repository for Jakarta EE Application Development, published by Packt.

Build enterprise applications with Jakarta CDI, RESTful web services, JSON Binding, persistence, and security

What is this book about?

Discover how Jakarta EE address challenges of modern app development with this guide to building and deploying robust microservices-based applications with ease, ensuring scalability, security, and interoperability to meet dynamic business needs.

This book covers the following exciting features:

  • Design microservices architectures with a clear separation of concerns
  • Understand the contexts and dependency injection (CDI) specification to develop Java EE applications
  • Use Jakarta Faces to create interactive web applications using component-based development
  • Understand the steps involved in handling JSON data with Jakarta JSON Processing and Binding
  • Design secure RESTful web services using server-sent events (SSE) for real-time data updates
  • Secure your applications with the Jakarta Security API
  • Build message-driven applications with Jakarta Messaging

If you feel this book is for you, get your copy today!

Instructions and Navigations

All of the code is organized into folders. For example, ch02_src.

The code will look like the following:

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>Login Error</title>
  </head>
  <body>
    There was an error logging in.
    <br />
    <a href="login.html">Try again</a>
  </body>
</html>

Following is what you need for this book: This book is for Java developers looking to learn Jakarta EE and expand their skill set. You’ll also find this book useful if you are familiar with Java EE and want to stay abreast of the latest version of the Jakarta EE specification. Knowledge of core Java concepts such as OOP, data types, control flow, and basic collections will be beneficial.

With the following software and hardware list you can run all code files present in the book (Chapter 1-15).

Software and Hardware List

Software/ Hardware required OS required/ Other requirements
Java 17 or newer required Windows, macOS, or Linux
Apache Maven 3.6 or newer required Windows, macOS, or Linux
Java IDE such as Eclipse IDE, IntelliJ IDEA or NetBeans recommended Windows, macOS, or Linux
A Jakarta EE 10 compliant implementation such as GlassFish, WildFly, or Apache TomEE required Windows, macOS, or Linux

Errata

  • Page 146 (Paragraph 1, line 5): Customer instance should be Order instance

Related products

Get to Know the Author

David R. Heffelfinger David R. Heffelfinger is an independent consultant based in the Washington D.C. area. He is a Java Champion and Apache Netbeans Project Management Committee.

He has written several books on Java EE, application servers, NetBeans, and JasperReports. His previous titles include Java EE 8 Application Development, Java EE 7 Development with NetBeans 8, Java EE 7 with GlassFish 4 Application Server, JasperReports 3.5 For Java Developers, among others.

David has spoken at various software conferences, including JavaOne and Oracle Code One, multiple times. He has also presented at NetBeans Day in both San Francisco and Montreal.

Other Books by the Author

About

, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages