Hi,
I have no ideas on an xml/xsl architecture using tiles.
But, for dynamic portal, I have added such an example in the latest
distribution
(tiles/tutorial/dynPortal).
This example allows to choose tiles to render in portal. You can
choose in a list
of available tiles, and move tiles between columns. It is not difficult
to extend
this example to select dynamically the layout used for the portal.
Hope this help,
Cedric
[EMAIL PROTECTED] wrote:
> Cedric,
>
> The response time seems OK , I ported it on another weblogic box and it seems
> OK now.
>
> Another question on tiles:
>
> What is your view on using an xml/xsl architecture in the jsp pages ( tiles)
> instead of having just plain html, I mean even for the layouts,
> An example would be my.yahoo.com kindof personilized portal, which allows
> the users to change the layout as they please.
> albeit that these are predefined layouts out of which the user chooses one.
>
> I am wondering how I could implement a personalized portal in which the
> users could choose what tile they wish to see or even the admin
> setting some kindof security setting such that all users can view 5/6 tiles
> in my layout , whereas a few managers are able to see the 6th tile.
>
> I could generate the basic page dynamically but I wanted to get your inputs ??
>
> Thanks
> Srini