Java view technologies and frameworks: Difference between revisions

Content deleted Content added
Wthrower (talk | contribs)
m Changed the Tiles link to point to a non-existent Apache Tiles article rather than an article unrelated to the technology.
Rharner (talk | contribs)
Tapestry: More direct link, mentioned the distinctive live class reloading
Line 71:
 
==Tapestry==
* [[Tapestry_(programming)Apache Tapestry|Tapestry]] provides a 'Component-oriented' 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.
* Changed component classes are live-reloaded into running application for faster development
* '''Competitor''': Wicket, JSF