Java view technologies and frameworks: Difference between revisions

Content deleted Content added
Mlavannis (talk | contribs)
No edit summary
Mlavannis (talk | contribs)
Line 23:
| Facelets
|}
 
Struts is relatively easier to use for beginners because it contains the familiar HTTP paradigm of Request/Response. However, the Component based frameworks are architecturally superior, and usually recommended for creating more complex web applications. Wicket, Tapestry and JSF are competing technologies. Tiles is a templating framework which is designed to work with Struts. Sitemesh can be used with an JSP. Facelets is designed to work with JSF. Wicket and Tapestry have their own native templating.
 
==Servlet API==