Java view technologies and frameworks: Difference between revisions

Content deleted Content added
Kaydell (talk | contribs)
Added an intrawiki link to this article for "Composite Pattern".
Line 51:
 
==Apache Tiles==
* This is an HTML templating framework based on the "[[Composite" modelpattern]].
* It allows for the HTML page to be broken up into multiple [[pagelet]]s, called Templates, Definitions and Composing pages.
* At [[run time (program lifecycle phase)|run time]] the pagelets are stitched together to generate the final HTML. Pages are written in JSP.