Book Image

Jakarta EE Cookbook - Second Edition

By : Elder Moraes
Book Image

Jakarta EE Cookbook - Second Edition

By: Elder Moraes

Overview of this book

Jakarta EE is widely used around the world for developing enterprise applications for a variety of domains. With this book, Java professionals will be able to enhance their skills to deliver powerful enterprise solutions using practical recipes. This second edition of the Jakarta EE Cookbook takes you through the improvements introduced in its latest version and helps you get hands-on with its significant APIs and features used for server-side development. You'll use Jakarta EE for creating RESTful web services and web applications with the JAX-RS, JSON-P, and JSON-B APIs and learn how you can improve the security of your enterprise solutions. Not only will you learn how to use the most important servers on the market, but you'll also learn to make the best of what they have to offer for your project. From an architectural point of view, this Jakarta book covers microservices, cloud computing, and containers. It allows you to explore all the tools for building reactive applications using Jakarta EE and core Java features such as lambdas. Finally, you'll discover how professionals can improve their projects by engaging with and contributing to the community. By the end of this book, you'll have become proficient in developing and deploying enterprise applications using Jakarta EE.
Table of Contents (14 chapters)

Who this book is for

This book is made for developers who would like to learn how to meet real enterprise application needs using Jakarta EE 8. They should be familiar with application development and need to have knowledge of at least basic Java, some minimal knowledge of Jakarta EE, the basic concepts of cloud computing, and web services.

You should want to learn how to combine a bunch of APIs in a secure and fast solution, and for this, you need to know how the APIs work and when to use each one.

If when you got this book in your hands we already have Jakarta EE 9 released, please read the To get the most out of this book section ahead, for directions on how to make 100% of the code of this book work without any issues.