Content deleted Content added
No edit summary |
|||
Line 21:
| JSF
| Facelets
|-
|
|
| Click
|}
* 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 application]]s.
Line 28 ⟶ 32:
* Facelets is designed to work with JSF.
* Wicket and Tapestry have their own native templating.
* Apache Click uses HTML based velocity templates and plain old Java objects.
==Servlet API==
|