Here is 1 way I solve the issue.

    1) Have portalDisplay layouts with skins and designs for each company.
    2) A centrallized controller PortalDisplayAction acts as a single
gateway, responsible for preliminary processing such as security, etc, plus
dispatching to requested url if all conditions meet.

For each company, you can have different authorized portal services based on
user roles. User enters any company will have its personalized portal with
authorized services. Alternatively, user can have a single point of
personalized entry with authorized services for all activities and touch
points of the market place, where each company plays a part with its own
look and feel and authorized services.

Look at this link:
http://myportal.myb2cb2b.com/com.dbgroups.ppf/model/web/tiles.html

Hope this may help.
BaTien

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 1:47 AM
Subject: RE: Tiles Portal


> Hi,
> I am not exactly clear about u r requirement.But we have achieved some
thing
> similar in one of my previous project.We had a protal where employees of
> different companies will be logging in and the information about the
company
> will be provided in the http header.and we were required to provide
company
> specific logo and other things to each user, even though the same web app
was
> serving all the requests.
> What we had done was that keep the information about users company in
> UserContext object in session and then use the same to dynamicaly generate
link
> to company specific logo and conect to company specific database.
>
> But the layout or colours were same for all users.SO about that point I am
not
> sure how to do that..
>
> Hope this helps ,
> regards,
> Shirish
>
> -----Original Message-----
> From: sciz09 [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 29, 2003 10:01 PM
> To: struts-user
> Cc: sciz09
> Subject: Tiles Portal
>
>
> Ive been looking into using struts and tiles for an
> upcoming project.  I need to be able to change the
> look and feel of the website based on the url the site
> was entered from.  For example, if a user enters from
> company1.foo.com then show their company colors and
> logo. if a user enteres from company2.foo.com then use
> different color scheme and logos... and so on.  Is
> this something tiles should be used for?  Has anyone
> acomplished such a project? Thanks.  Jay.
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to