Java Server Faces vs. Struts - what happens to the controller logic

S

success_ny

Hi!

I have been using Struts for years. I am now looking into JSF. I have
been told by many people that have used JSF this technology is
basically a replacement for Struts and is likely to replace is
completely soon. From what I have seen so far, JSF provides a very nice
and easy way to create UI pages and connect them with business beans
and other business logic components. However, my question is: how do we
implement the Action (or Controller) in JSF? Do we still need to have a
controller if JSP is used to implement the MVC design paradigm?


Thanks.
 
R

Raymond DeCampo

Hi!

I have been using Struts for years. I am now looking into JSF. I have
been told by many people that have used JSF this technology is
basically a replacement for Struts and is likely to replace is
completely soon. From what I have seen so far, JSF provides a very nice
and easy way to create UI pages and connect them with business beans
and other business logic components. However, my question is: how do we
implement the Action (or Controller) in JSF? Do we still need to have a
controller if JSP is used to implement the MVC design paradigm?

My understanding is that JSF is the equivalent of Struts Tiles. I was
not aware of it encompassing more of what Struts provides.

IMHO, Struts is unlikely to go away completely.

HTH,
Ray
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,763
Messages
2,569,561
Members
45,035
Latest member
HoTaKeDai

Latest Threads

Top