Java view technologies and frameworks: Difference between revisions

Content deleted Content added
Mlavannis (talk | contribs)
Mlavannis (talk | contribs)
Line 48:
 
==Tiles==
* This is a HTML templating framework based on the "Composite" model.
* It allows for the HTML page to be broken up into multiple pagelets, called Templates, Definitions and Composing pages.
* At run time the pagelets are stitched together to generate the final HTML. Pages are written in JSP.
 
* '''Competitor''': Sitemesh
 
==Sitemesh==