- Jakarta EE Cookbook
- Elder Moraes
- 434字
- 2021-06-24 16:12:31
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.
- Oracle 11g從入門到精通(第2版) (軟件開發(fā)視頻大講堂)
- OpenNI Cookbook
- Elastic Stack應用寶典
- TypeScript實戰(zhàn)指南
- Hands-On Microservices with Kotlin
- Building a Quadcopter with Arduino
- UML 基礎與 Rose 建模案例(第3版)
- Raspberry Pi Robotic Projects(Third Edition)
- BeagleBone Robotic Projects(Second Edition)
- Vue.js光速入門及企業(yè)項目開發(fā)實戰(zhàn)
- AI自動化測試:技術(shù)原理、平臺搭建與工程實踐
- Lync Server Cookbook
- Python深度學習:基于PyTorch
- Spring MVC Cookbook
- C++ Windows Programming