上QQ阅读APP看书,第一时间看更新
Business Patterns
In this chapter, we will cover definitions of the Business Delegate pattern, the Session Fa?ade pattern, and the business-object pattern. We will show the reasons to use these design patterns, common approaches to each of them, their interaction with other patterns, their evolution, and how they behave in the real world. We will also demonstrate some examples of these patterns' implementations.
At the end of the chapter, you will be able to identify the correct scenarios to apply business patterns and choose the best methods for implementing them. The following topics will be covered:
- Understanding the business tier
- Explaining the Business Delegate pattern
- Explaining the Session Fa?ade pattern
- Implementing the Session Fa?ade pattern
- Explaining the business-object pattern
- Implementing the business-object pattern