• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Benefit o using TILES

 
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

In my application , i am using struts and now i like to use TILES in that, could you please tell me the core benefit of using TILES , that how they will help me while making an application.

Thanks
Regards
Gaurav
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Gourav,
I am also building a JSF application and am integrating Struts and Tiles in that. Although I have followed each and every step carefully, but till now I m unable to view my JSP pages integrated with my tiles layouts.

Regarding advantages of tiles:
If your web-application consists of 100 pages, then in order to bring uniformity of look and feel in all the pages such as header,footer and body etc.,you can make use of Tiles framework.

Tiles extends the concept of reuse via includes by allowing you to define layouts (or templates) and then specify how the layouts are populated with content.


Let me know your progress..
Regards,
Mohd.Ibrahim
[ March 27, 2006: Message edited by: Basha Mohd. ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic