Le 05-07-06 à 15:50, Andy Freeman a écrit :

Craig,
How do you think that the Shale-JSF-Tiles implementation compares to what
MS is introducing with ASP.NET <http://ASP.NET> 2.0's Master Pages?
 article:
http://www.ondotnet.com/pub/a/dotnet/2004/09/27/libertyonwhidbey.html
 sample source code:
http://www.ondotnet.com/dotnet/2004/09/27/examples/Source.zip
 thanks,
Andy

Tiles is very much like ASP 2.0 Master Pages. They both compose disparate content fragments into a page and you can specify that content statically with XML or dynamically, with code.

Shale's Tiles integration lets you load a tile directly instead of loading a JSP page that inserts the tile. You can also specify a JSP page or a tile with the same view ID, which makes it easy to plug in a tile for an existing page, or vice-versa.


david
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to