Java view technologies and frameworks: Difference between revisions

Content deleted Content added
Mlavannis (talk | contribs)
Mlavannis (talk | contribs)
Line 73:
 
==Tapestry==
* Provides a 'Component' view technology.
* Classes are written as POJOs and Annotations are used to configure them as Tapestry components.
* HTML components can directly refer to the component methods and attributes.
 
* '''Competitor''': Wicket, JSF
 
==External links==