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
Are struts and shocks the same?
Explain design patterns which is used in struts?
Why it called struts?
Give an example where struts tiles may be used?
Briefly tell the two kinds of form beans.
What does validation interceptor?
What is the difference between struts and spring?
What is role of actionservlet?
What is struts-default package and what are it’s benefits?
What is the purpose of @stringlengthfieldvalidator annotation?
How to get data from the velocity page in a action class?
How can we group related actions in one group in Struts?
When it’s useful to use IncludeAction?
What is the struts in java?
Can I have html form property without associated getter and setter formbean methods?