Communities
|
Social Applications
Networks
Support
|
|
C-Level Executives
Other Roles
|
|
Support
Education
Partner
Other Tasks
|
|
| |
|||||||
| Java BluePrints >
Enterprise > Patterns
View Helper Brief DescriptionBusiness classes change frequently, and application views change even more frequently. Coupling between business and presentation logic complicates maintenance and reuse. A View Helper is a class that does data retrieval for the view. It adapts a data resource to a simple API usable by application views. The View Helper pattern decouples business and application classes from one another and allows them to vary at their own rates. Decoupling also promotes reuse, because each business or presentation component has fewer dependencies. So the view can focus on formatting and presentation logic, and let the View Helper handle the processing and retrieval of data. Detailed DescriptionSee the
Core J2EE Patterns
Detailed ExampleThe Java BluePrints Program recommendation for presentation on browser clients is to use JavaServer Pages (JSP) pages as view components. Two common strategies for implementing View Helpers is the JavaBean helper strategy and the custom tag helper strategy. JSP pages offer technologies that are useful for implementing View Helper: the
|
|||||||
| |
Oracle is reviewing the Sun product roadmap and will provide guidance to customers in accordance with Oracle's standard product communication policies. Any resulting features and timing of release of such features as determined by Oracle's review of roadmaps, are at the sole discretion of Oracle. All product roadmap information, whether communicated by Sun Microsystems or by Oracle, does not represent a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. It is intended for information purposes only, and may not be incorporated into any contract.
|
||||||||||||

