The “backing bean ” is a JSF-specific concept. It represents the sole JavaBean class which is ultimately used as a “managed bean ” responsible for providing data, actions, and/or UI (User Interface ) components in a JSF page.
Model, View, or Controller?
JSF (JavaServer Faces ) is a MVC (model-view-controller ) framework . It’s a widely used architectural design pattern for software applications which has its roots in desktop application development.1
In a JSF framework’s point of view, the ...