Re: purpose of integrating JSF+STRUTS

2004-09-21 Thread Craig McClanahan
On Mon, 20 Sep 2004 15:55:05 +0200, Mark Lowe <[EMAIL PROTECTED]> wrote: > I think the main reasons are > > a. You can start using JSF with existing apps and not have to rewrite > apps that may have been written with struts. > b. That you can use tiles as your templating mechanism, while using > y

Re: purpose of integrating JSF+STRUTS

2004-09-20 Thread Mark Lowe
I think the main reasons are a. You can start using JSF with existing apps and not have to rewrite apps that may have been written with struts. b. That you can use tiles as your templating mechanism, while using your JSF forms. So far I've only been using JSF and struts separately, but I'm start

purpose of integrating JSF+STRUTS

2004-09-20 Thread ravi naraharasetty
Hi All, What is the main objective/purpose of integrating JSF with Struts. If I correctly understood I am thinking of achieving below objectives with their integration: a. use JSF for presentation layer viewing/validation/exception handling/internationalization b. use Struts for controller layer