Answer Posted / mohammed riyaz ahmed
Tiles is a templating system.It can be used to create a
common look and feel for a web application. Tiles can also
be used to create reusable view components.
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.
If we are going to your same content for several pages .at
that time we can use it like "write once run anywhere" with
the help of Tiles.
Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is a custom tag?
How can we upload files in Struts2 application?
What are the aware interfaces in struts2?
What’s the utilization of resource bundle properties file in struts validation structure?
What is package name in struts xml?
What are action classes in struts?
What do you mean by ognl?
Can you give an overview of how a struts application flows?
What are the steps required for setting up validator framework in struts?
What should be the name of xml file used for validation in struts?
Do we need to pay the struts if being used in commercial purpose?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
Whats the difference between the default namespace and the root namespace?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is the difference between filters and interceptors ?