Important Design Principle of the JSF Technology
- JSF enables the separation of presentation and business logic
- Presentation logic: the user interface of the web application
- Business logic: the part of the application that is independent of the visual presentation
- JSF pages define the presentation logic
- Java objects define the business logic
- The value bindings tie the two together