- 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.
推薦閱讀
- VMware View Security Essentials
- Kali Linux Web Penetration Testing Cookbook
- SoapUI Cookbook
- Selenium Design Patterns and Best Practices
- Wireshark Network Security
- Java Web開發技術教程
- 信息技術應用基礎
- RESTful Java Web Services(Second Edition)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- 開源項目成功之道
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Django 5企業級Web應用開發實戰(視頻教學版)
- Java7程序設計入門經典
- 30天學通C#項目案例開發
- Web前端開發技術:HTML、CSS、JavaScript