Apache Tiles
Tiles Introduction
- Tiles is a framework for the development user interface
- Tiles is enables the developers to develop the web applications by assembling the reusable tiles (jsp, html, etc..)
- Tiles uses the concept of reuse and enables the developers to define a template for the web site and then use this layout to populate the content of the web site
- lFor example, if you have to develop a web site having more that 500 page of static content and many dynamically generated pages. The layout of the web site often changes according to the business requirement. In this case you can use the Tiles framework to design the template for the web site and use this template to populate the contents. In future if there is any requirement of site layout change then you have to change the layout in one page. This will change the layout of you whole web site.
Please click this link to view the complete document – tiles
Please click this link to view its video in youtube – http://www.youtube.com/watch?v=8zuaq4eLKXc
By,
Anandraj Madangopalraj.
Advertisement
Categories: Java/J2EE, Technical presentation
SocialVibe