> Hi > > Thanks for your clarification Craig. So, if I read you correct, Tiles and > Clay > go hand in hand. Use Tiles for assembling the pages, so that you only have to > write jsp/html files containing the specific content (not the whole page). > Then > use Clay to do the work writing of the jsp/html files them self, utilizing > Clay > component definitions and their corresponding jsfid's in those pages. >
The big difference between Tiles and Clay is that Clay requires a unique page associated with a view. In tiles, you can associate a generic layout with a resource. Clay requires a concrete page associated with a view where tiles you can have an abstract definition. Clay allows you to nest html and xml templates. The rolodex usecase might be a bit too complicated for a first preview but it has pretty good coverage. The full xml views with symbol replacement would be the nearest to a tiles def. > Hermod > Gary