whats is mean by tiles in struts

Answers were Sorted based on User's Feedback



whats is mean by tiles in struts..

Answer / venkat.kanneganti

Tiles is view frame work,that enable us for easy generation of
views.
generally view contains header,body,footer.
for most of views header,footer are common,we can design
them separately,and we insert them in view by using tiles tags.
if we want to change footer and header of view ,we don't
need to change in each and every page,this is advantage of tiles

Is This Answer Correct ?    4 Yes 0 No

whats is mean by tiles in struts..

Answer / gangadhar m

Tiles is addon F/W in struts F/W it is used to implement
the CompositeView Design Patern by following MVC principle.
and the what the above answer also.

if any doubts feel free to mail me.

metari.gangadhar@gmail.com.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

What are Benefits of Connection Pooling?

2 Answers  


How do you maintain a stateful session object across the session

2 Answers   HCL,


When a thread blocks on i/o?

0 Answers  


For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??

1 Answers  


What does module-relative mean?

0 Answers  






can we write implementation for a method with in another method?

3 Answers   Cap Gemini,


What is meant by multi-threading?

6 Answers  


What is glasgow?

0 Answers  


Which textcomponent method is used to set a textcomponent to the read-only state?

0 Answers  


Why does the tag url-encode javascript and mailto links?

0 Answers  


Can constructors be synchronized in java?

0 Answers  


what is the Scope of Final Keyword in Java?

1 Answers   HCL,


Categories