spring - Customized look on first login -
i'm working on java spring webapp. there requirement each user have possibility customize webapp & feel. i'd if user see customized look, on first login. how that?
my ideas time being
- multiple contexts(per customer), not dynamic
- send user link attribute, set custom info cookies
- in spring can possibly create path variable (
@requestmapping(value = "/{customerid}/login")) - just create universal login page, not customizable
how achieve that?
if want offer customized looks every user, can use use portlets. spring supports portlet development.
Comments
Post a Comment