- Developing Middleware in Java EE 8
- Abdalla Mahmoud
- 212字
- 2021-07-23 19:24:28
Java EE architecture
The Java EE platform follows the four-tier architecture, the tiers being as follows:
- EIS tier: This is the enterprise information system (EIS) tier, where we store and retrieve all of our business data. Usually, it's a relational database system that's accessed using the Java Persistence API through our business tier, as will be discussed in detail in this book.
- Business tier: The business tier is responsible for managing business components that expose functionalities to other modules or separate systems. Enterprise JavaBeans, messaging, and other services are maintained in this tier, which will be discussed in detail in this book.
- Web tier: The web tier is where your web components/pages live. Although the Java's EE web profile is out of the scope of this book, we've used the web tier in many examples as well as in this chapter; therefore, basic knowledge about Servlets and JSP is essential.
- Client tier: Either a thin client (web browser) or a thick one (another Java application) that consumes the services we provide in our enterprise middleware solution.

Note that, in this book, we'll be focusing more on the EIS and business tier parts of an enterprise middleware solution, the web part being out of the scope of this book.
推薦閱讀
- Java語言程序設計
- VMware View Security Essentials
- Python科學計算(第2版)
- CMDB分步構建指南
- Mastering OpenCV Android Application Programming
- AngularJS Web Application Development Blueprints
- Bulma必知必會
- Learning Firefox OS Application Development
- Python數(shù)據(jù)分析(第2版)
- 軟件項目管理實用教程
- Java EE 7 Performance Tuning and Optimization
- C語言程序設計教程
- AIRIOT物聯(lián)網(wǎng)平臺開發(fā)框架應用與實戰(zhàn)
- Python網(wǎng)絡爬蟲技術與應用
- Visual Basic語言程序設計基礎(第3版)