- Developing Middleware in Java EE 8
- Abdalla Mahmoud
- 310字
- 2021-07-23 19:24:29
Chapter roadmap
The learning journey we'll be moving on alongside the next chapter is planned to be as follows:
- We'll start by introducing the concept of dependency injection and how to use it to simplify management processes, and the different dependencies and resources your application maintains.
- We'll move on to data management topics by learning how to map your data into relational databases using the Java Persistence API, and how to validate your business objects against your business rules using the Java Validation API.
- Next, we'll learn how to encapsulate business logic and expose it to other layers by learning how to build business components using the Enterprise JavaBeans API, and how to expose your business functionalities into RESTful services using the Java API for RESTful services, JAX-RS. We'll also cover a newly introduced API, JSON-B 1.0, and learn how to use it to perform complex JSON processing operations.
- After that, we'll learn about another system-to-system communication model, which is messaging. We'll understand the concepts and architectural philosophy of messaging techniques, and learn how to apply our knowledge using JMS 2.0.
- Then, we'll learn how to send notifications to our system users and send other information by sending them emails using the JavaMail API.
- Then, we'll learn how to build interactive web applications with real-time communication using the WebSockets API.
- Then, we'll learn how to secure our enterprise applications using the newly introduced Java Security API, and how to provide authentication and authorization features for any enterprise application, with this easy-to-use API.
Here's a full list of the main APIs we'll be covering in this book:
- Contexts and Dependency Injection (CDI) 2.0
- Java Persistence API 2.1
- Bean Validation API 2.0
- Enterprise JavaBeans 3.2
- Java API for RESTful Services JAX-RS 2.1
- JSON-Binding (JSON-B) API 1.0 (new)
- Java Messaging System (JMS) 2.0
- JavaMail 1.6.
- Java Security 1.0 (new)
- WebSockets 1.1

推薦閱讀
- 大學計算機基礎(第二版)
- Getting Started with Gulp(Second Edition)
- JavaScript前端開發模塊化教程
- Power Up Your PowToon Studio Project
- Reactive Programming with Swift
- Python深度學習
- Python Tools for Visual Studio
- 面向對象程序設計(Java版)
- HTML5+CSS3網頁設計
- Swift語言實戰精講
- IDA Pro權威指南(第2版)
- Elasticsearch Essentials
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- 硬件產品設計與開發:從原型到交付
- Selenium WebDriver Practical Guide