Content deleted Content added
No edit summary |
|||
Line 18:
==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==
This is a HTML templating framework based on the "Decoration" model. It allows for the creation of a 'decoration' template which is then applied to any other HTML to generate a new HTML. The newly generated HTML contains elements from the original template blended into the template. This allows for the original HTML to be very simple and devoid of any formatting or layout specification. The template, in turn, is devoid of any actual information. Blending the two allows for a consistent look and feel for all web pages.
'''Competitor''': Tiles
==Wicket==
|