Google on Tiles 101 and 201 artilces.
1up.com is a portal done in struts, you can see like 12 tiles per page (it has 100s of pages and each of the 12 tiles per page is CMS db driven, ex: top 10 games in category)
It was done open source projeect basicPortal (if you have a big struts project and want to save a lot of time).
What I did is uses one action per page, and each page has lots of tiles actions.
It's important to unit test each tile, before you put it in a page.
afiak portlets still has technical issues.
Also I assume you do use JSTl when ever possible and other EL syntax.
good luck, .V
Wendy Smoak wrote:
My next project looks like it will be a portal-type app to display information about our operation. Different people will be allowed to see or will choose different things, based on what they do within the organization.
So I asked Google about Struts and Tiles and Portal, and, well, didn't find much. Is Cedric's page dated 2002 still current enough to work from? http://www.lifl.fr/~dumoulin/tiles/
Any suggestions on how to get started with this, or does anyone possibly have an example to share?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]