| Author |
what is differnence between tiles1 and tiles2 ?
|
Marimuthu Udayakumar
Greenhorn
Joined: Jun 17, 2008
Posts: 16
|
|
Actually i was confuse between these two, where we use tiles2 in framework?
|
Thanks and Regards,
P.Marimuthu Udayakumar
|
 |
Abhijeet Ravankar
Ranch Hand
Joined: Mar 15, 2009
Posts: 62
|
|
Tiles1 used in : Struts.
Tiles2 used in : Sturts || JSF || ...
|
 |
Victor Fernandez
Greenhorn
Joined: Mar 20, 2009
Posts: 26
|
|
Tiles basically is a framework that implements composite pattern.
For example if you have a web application where the pages have similar structure like the header, menu,footer, content, you can use tiles to reduce the effort creating these pages.
As a framework you can integrate with other frameworks like Spring or Struts.
|
 |
 |
|
|
subject: what is differnence between tiles1 and tiles2 ?
|
|
|