IT Placement Papers JAVA Java Patterns
This category contains Java Patterns Interview Questions and Answers |
What is View Helper pattern?
|
|
|
|
|
There generally are two parts to any application – the presentation and the business logics. The “View” is responsible for the output-view formatting whereas “Helper” component is responsible for the business logic. Helper components do content retrieval, validation and adaptation. Helper components generally use Business delegate pattern to access business classes.
Only registered users can write comments. Please login or register.
|