1. tiles-def.xml:Tiles Framework is one of the advanced framework which reduces the replication in JSP Codes. Suppose we have an application where Page should display with some header (Logo of the company, welcome message if user is logged in), vertical menu (like available products as links), body part(product details once user clicks on product link of vertical menu), footer (licence info, contact links etc), then tiles helps us to have a common header jsp, vertical menu jsp, footer jsp and different body.jsps for each product and allows to merge them seperately with one name. Tiles-def.xml is a configuration file used to merge the JSPs with one common name.
Category:Struts Interview Questions
No comments:
Post a Comment