struts and jsf

Hi friends,Why do we need to integreate jsf with struts.Please some one could explain me the situation where we need jsf as well as struts in the application.
[179 byte] By [sunkam_narender_kumar04a] at [2007-10-3 10:13:10]
# 1

Hi,

in JSF each JSP has its own controller java class, this means you don't have by default centeralized control over your projects (all JSPs together). as far as I know in struts there is a centeralized control over all the project.

I didn't use struts before, but I do use JSF and it ws sufficient to me, there is always a way to do what you want, so just get proffesional in one of them (struts or JSF) and you will not need the other one, they are both handling the same design pattern.

Hope this ansowers your question

mahmoud_mtka at 2007-7-15 5:33:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hi,some one could explain in detail
sunkam_narender_kumar04a at 2007-7-15 5:33:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...