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)

Preface

Jakarta EE is a mature platform that's widely used around the world. It is also a standard that has evolved through the hard work of individuals, vendors, groups leaders, and communities. It has a whole market and ecosystem around it, with millions of users, which also means a big and active community that is always willing to help it move forward.

For those reasons, the purpose of this book is to meet the needs of those professionals who depend on Jakarta EE to deliver really awesome enterprise solutions, not only talking about real solutions to real problems but also showing how to implement those solutions in a practical way.

The book starts with a quick overview of what Jakarta EE is and the improvements in version 8. Then, it takes you on a hands-on journey through the most important APIs.

You will learn how to use Jakarta EE for server-side development, web services, and web applications. You will also take a look at how you can properly improve the security of your enterprise solutions.

No Jakarta EE application is good enough if it doesn't follow the standards, and for that, you can count on the Jakarta EE application servers. This book will teach you how to use the most important servers on the market and get the best that they have to offer for your project.

From an architectural point of view, the book will cover microservices, cloud computing, and containers. Also, it will not forget to give you all the tools you need to build a reactive Jakarta EE application using not only Jakarta EE features, but also Java core features such as lambdas and completable futures.

The whole Java world is all about the community, so we will also show you how community-driven professionals can improve the results of their projects and even go to higher levels in their careers.

This book was based on a concept that I call The Five Mistakes That Keep Jakarta EE Professionals Away From Great Projects. I am ruining my career when I don't do the following things:

  • Keep myself up to date
  • Know the APIs (having an overview of all of them and a mastery of the most important ones)
  • Know the most commonly used Jakarta EE application servers
  • Know advanced architectures
  • Share what I know

So, the book is a straightforward, practical, and helpful solution to each one of these mistakes. I can say with confidence that dealing with them properly can change the careers and lives of many developers around the world. I know because they've changed mine, for good.