Saturday, 5 September 2015

What is view object?

  • A view object is a model object used specifically in the presentation tier. 
  • It contains the data that must display in the view layer and the logic to validate user input, handle events, and interact with the business-logic tier.
  • The backing bean is the view object in a JSF-based application.

No comments:

Post a Comment