Prepare Interview

Exams Attended

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Difference between Struts and JSF

Struts JSF
Struts actions are tied to Struts API.JSF action methods can be implemented in Java objects.
In Struts, there are no such event models.JSF has event model which reacts on value changes, actions and phase changes in JSF lifecycle.
In Struts, there is no Dependencies Injection.JSF uses Dependencies Injection.
Struts use the notation to define navigation.JSF supports navigation by defining a navigation rule in the faces configuration file.
Struts tag generates HTML directly.JSF component tag does not generate HTML instead they refer a component renderer pair on the server.

Related differences

Struts vs JSF
Is it helpful? Yes No

Get differences from below

©2023 WithoutBook