mvc « Component « JSF Q&A





1. Difference between Request MVC and Component MVC    stackoverflow.com

I have heard that JSF is implementing the component based MVC and Struts is implementing the request based MVC. I would like to know what is the exact difference between these ...

2. What components are MVC in JSF MVC framework?    stackoverflow.com

In JSF MVC framework who is Model, View, and Controller?

3. Available JSF MVC components    stackoverflow.com

I'm new to Java-based web programming and am trying to learn JSF from the ground-up. I've heard JSF explained as an entire MVC solution, with Facelets being a pure XML technology ...