what is tiles in struts?

Answers were Sorted based on User's Feedback



what is tiles in struts?..

Answer / niranjanravi

tiles is a frame work which comes bundled with struts
framework

Is This Answer Correct ?    26 Yes 4 No

what is tiles in struts?..

Answer / narender

tiles is a framework that use to create reusable
presentation components.

1.struts framework is totally differenr from tiles
framework.
2.tiles framework should be integrated with struts
framework by using plug-in tag in struts-config.xml
3.tiles can be jsp pages or another web resources.

Is This Answer Correct ?    26 Yes 4 No

what is tiles in struts?..

Answer / kartheeswari

Tiles is a templating sub framework in struts. By using
this, we can create a web application with same look for
all the web pages with the reusable contents.No need to
write the same code for getting the same look for all the
pages.To do this it must be configured the <plug-in> tag in
struts-config.xml file.

Is This Answer Correct ?    8 Yes 0 No

what is tiles in struts?..

Answer / 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

what is tiles in struts?..

Answer / ramesh

tiles mainly can be useful in the case of writing the same
content for several time so we can call these tiles
as "write once run anywhere framwork"

Is This Answer Correct ?    5 Yes 1 No

what is tiles in struts?..

Answer / suresh

Tiles is the mechanism by which we can develop a multiple
web applications with consisent look & feel

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More Struts Interview Questions

What is the role of action class in struts?

0 Answers  


What are the ways in which duplicate form submission can occur?

0 Answers  


how to implement singletun design patteren in struts?

5 Answers   HCL,


Is struts mvc framework?

0 Answers  


Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then

8 Answers   TCS,






What is DynaActionForm?

0 Answers  


Can we write Structs application without using Action Class directly or indirectly(extends Action class)

5 Answers  


drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips

2 Answers  


Why was reload removed from struts (since 1.1)?

0 Answers  


What is structs 2 validation framework?

0 Answers  


Where can I get help with struts?

0 Answers  


what is a RequestProcessor?

5 Answers   TCS, Wipro,


Categories