- Java EE 8 Design Patterns and Best Practices
- Rhuan Rocha Jo?o Purifica??o
- 261字
- 2021-07-23 16:54:55
Understanding the business tier
Before talking about the business patterns and the use of these patterns from the perspective of JEE8 and its technologies, we must identify where the business logic of an application will be within the JEE framework. As we have already seen, JEE architecture basically has three tiers. Most JEE technologies, such as Enterprise Java Beans (EJB) and Java Persistence API (JPA), are related to the business tier. The EJB container is located in the business tier, but there are a few other technologies that navigate the entire JEE framework, such as CDI and Bean Validation. However, the most important thing to know is that the core business-logic application is executed in the business tier.
We will see three important patterns in the business tier. We will briefly explain the definition and goal of each pattern:
Business Delegate pattern: It is a proxy for the business service, hiding the service lookup and the remote invocation.
Session Fa?ade pattern: Encapsulates business rules and exposes coarse-grained services to clients.
Business-object pattern: These are real-world objects with properties and methods for applications with a high level of complexity which help to separate business logic from the rest of the application, promoting a decoupling between business logic and the rest of the application.
Let's look at the following diagram:
We will see later in this chapter that, although the Business Delegate is a business-tier component, its physical location is on the web tier.
- UNIX操作系統設計
- VMware Horizon View 6 Desktop Virtualization Cookbook
- 玩到極致 iPhone 4S完全攻略
- Extending Bootstrap
- Moodle 3.x Teaching Techniques(Third Edition)
- Instant Optimizing Embedded Systems using Busybox
- Linux使用和管理指南:從云原生到可觀測性
- Joomla! 3 Template Essentials
- Windows 7案例教程
- 蘋果OS X Mavericks 10.9應用大全
- 突破平面3ds Max動畫設計與制作
- Linux服務器配置與管理
- 計算機應用基礎(Windows 7+Office 2016)
- Windows 7實戰從入門到精通(超值版)
- Drupal 7 Cookbook