posted 14 years ago
In some ways, Struts and JSF are similar.
That is both make use of a configuration file...In case of Struts it is 'struts-config.xml' ...in case of JSf it becomes 'faces-config.xml'.
Also both make use of the MVC Architecture.
The servlet controller in caseof Struts is 'ActionServlet'...in case of 'JSF' it becomes..'faces-servlet'....
I have found that if you one of them, learning the other will become a piece of cake. And persoanlly I feel that JSF is much better an option then struts, because of the simplicity in configurng web.xml file