• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSF & struts

 
Ranch Hand
Posts: 493
Android Eclipse IDE Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all ,

what are the differences between JSF & struts ??
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
They are both application frameworks that provide much of the plumbing that any J2EE application (Servlet/JSP?) needs, such as i18n, i10n, error handling, input validation, etc. They also both provide a good MVC architecture.

The big difference? Struts is Apache, open sourced based, while JSF is backed by Sun. Usually being backed by a vendor may be seen as a drawback, but being Java and Sun, it's a pretty compelling backing. Plus, big vendors like IBM seem to really be endorsing JSF. Struts has been around a bit longer I believe, but JSF seems to have more momentum.

They are both application frameworks that solve a common set or problems. The biggest difference is their roots.

If you go the JSF route, take a look at Seam. It's pretty solid.

-Cameron McKenzie
 
S Shehab
Ranch Hand
Posts: 493
Android Eclipse IDE Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply.. is there no differences in the functionality ?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic