SringSring

Tuesday, 7 October 2014

JSF vs Struts

JSF STRUTS
Jsf is a specification Struts is an open source framework
jsf action method can be implemented in java objects Struts actions are tied with Struts API
Jsf is an event model which reacts on value changes, action and phase changes. There are no such event model
Jsf component tags doesn’t generate HTML instead they refer  a componant render pair on the server. Struts tags generates directly.
Jsf supports navigation by defining the navigations in faces config file. Struts uses the notation to define the navigation.
Jsf uses the DI  struts2 have DI

No comments:

Post a Comment