- Java EE 8 Design Patterns and Best Practices
- Rhuan Rocha Jo?o Purifica??o
- 105字
- 2021-07-23 16:54:58
Motivation for using the business-object pattern
Whenever the conceptual model involves a greater complexity, we use the business-object pattern. This high complexity may be because the BO uses a combination of other objects and has complex business logic, such as validation rules. So, separating this business logic from the rest of the application is required (data persistence would be an example of this).
Not implementing this pattern can lead to problems, such as reducing code reusability. As a consequence of this, there are several possible solutions that make code maintenance time-consuming, as it would lose the uniformity that comes with using design patterns.
推薦閱讀
- Linux設(shè)備驅(qū)動(dòng)開(kāi)發(fā)詳解(第2版)
- Designing Purpose:Built Drones for Ardupilot Pixhawk 2.1
- Linux運(yùn)維實(shí)戰(zhàn):CentOS7.6操作系統(tǒng)從入門到精通
- Puppet實(shí)戰(zhàn)
- Mastering KVM Virtualization
- 巧學(xué)活用Windows 7
- 嵌入式系統(tǒng)及其應(yīng)用(第三版)
- Social Data Visualization with HTML5 and JavaScript
- 跟老男孩學(xué)Linux運(yùn)維:Shell編程實(shí)戰(zhàn)
- Linux操作系統(tǒng)
- 嵌入式微系統(tǒng)
- Responsive Web Design with AngularJS
- Windows Azure實(shí)戰(zhàn)
- Gradle Effective Implementations Guide(Second Edition)
- 計(jì)算機(jī)系統(tǒng)平臺(tái)