Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSF versus Struts

843842Sep 8 2004 — edited Apr 7 2008
Hi, I'm researching JSF and Struts and they look identical. Seems like the developers of JSF just took Struts and changed the wording. What I mean is:

struts-config.xml became faces-config.xml
ActionMappings and Actions became NavigationCases and NavigationRules
FormBeans became ManagedBeans
MessageResources became MessageBundle
ActionServlet became FacesServlet (in web.xml)
Both have validators and converters.

So am i missing something?

Also, are there any performance benchmarks that JSF/Struts add to response times?

Thanks,
Mike
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 5 2008
Added on Sep 8 2004
13 comments
348 views