GeekArticles
Java
JSPStruttin' your stuff with WebSphere Studio Application Developer, Part 2: Tiles
Author: www-105.ibm.com |
Published: 10th Aug 2005 |
Visited: 206 times |
Add CommentFiled in: JSPDavid Carew November 2002 Tiles, an open source project sponsored by the Apache Software Foundation, is a framework that builds on the ability to include other resources in servlets and JSP pages, and lets you assemble pages using predefined page fragments (known as Tiles). This allows view components to be reused and saves developers from having a lot of duplicate HTML and JSP source in their application's view pages. Tiles complements Struts and, as of Struts 1.1 b2, is shipped...n
Read Article Sponsored Links
Related Articles