- Java EE 8 Design Patterns and Best Practices
- Rhuan Rocha Jo?o Purifica??o
- 264字
- 2021-07-23 16:54:58
Explaining the business-object pattern
As the name suggests, a business object represents something in the real world and something associated with the business of the application. A business object is like an actor in an application use case. Examples of business objects include bank accounts, car insurance, college professors, students, employees, purchase orders, and payable or receivable accounts.
When it comes to simple applications with very little business complexity, that is, with few (or no) business rules, there may not be a need for a BO in the system. Better yet, a POJO entity that represents a database entity can be considered a BO. It is important to see the difference here. An entity or a POJO representative of an entity (such as a JPA POJO ) is closer to the technology and structure than to a business-model object. So, for this example, an entity such as a college student can also be considered a BO or an actor of a college student use case. In fact, in these simpler cases where the data model is sufficient for the business, there is no need to define a business object.
In this case, we say that the data model related to the college student closely represents the conceptual domain model related to the student.
The application is often so simple that business-tier clients, such as a Session Fa?ade (or even presentation-tier clients), can directly access the data model through DAO. There is no need for a model object to handle greater complexity for the application business.
- 全屋互聯:智能家居系統開發指南
- Windows Vista基礎與應用精品教程
- 網絡操作系統:Windows Server 2003管理與應用
- Mastering Distributed Tracing
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- 操作系統基礎與實踐:基于openEuler平臺
- 精解Windows 8
- Mastering KVM Virtualization
- Windows Vista融會貫通
- 嵌入式實時操作系統μC/OS原理與實踐
- 8051軟核處理器設計實戰
- Android物聯網開發細致入門與最佳實踐
- 從實踐中學習Kali Linux無線網絡滲透測試
- jQuery UI Cookbook
- ElasticSearch Cookbook