Java view technologies and frameworks: Difference between revisions

Content deleted Content added
Line 50:
* '''Competitor''': Wicket, JSF, HybridJava
 
In this Java jGrasp Training Course we will see a introducing to this development environment used to write Java programs. We will see over the course classes, how to create them, what they contain, and how to create objects in the main method. We will also discuss constructors, getters and setters, and...
==Apache Tiles==
* This is an HTML templating framework based on the [[Composite pattern]].
* 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.
* '''Competitor''': SiteMesh
 
==Apache Wicket==