IT Placement Papers JAVA Java Patterns
This category contains Java Patterns Interview Questions and Answers
Search by tag : Java Interview Questions, Java Patterns Interview Questions |
What is Business Delegate pattern?
|
|
|
|
|
This pattern is used to reduce the coupling between the presentation and business-logic tier. It provides a proxy to the façade from where one could call the business classes or DAO class. This pattern can be used with Service Locator pattern for improving performance.
Related items
Only registered users can write comments. Please login or register.
|