Hi,

By different UI, do you mean layout of UI changes or only color-scheme/text etc changes?
 
You can easily implement both of above in Flex. Macromedia Flex provides lots of layout components and easier custom component development approach.
 
You can change color/theme of components on runtime using CSS. If you want to change the layout of application f.ex. to show some panels for special users then you have to write the business logic. But it is easy to do.
 
Check out some of the existing RIA frameworks like Cairngorm, ARP. They can make things easier for larger projects but for smaller size projects, you can just do it with couple of mxml files(main application + custom components).
 
You can also use Flex Tag lib in JSP for more server-side control. But, IMO, your requirement can be fulfilled with simple MXML files itself.
 
-abdul


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard Rodseth
Sent: Tuesday, October 11, 2005 3:58 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Authorization and Personalization

Hi

I'm new to Flex. I'm wondering if there is any sample code showing personalization of Flex apps (i.e. different UI for different users). Are people using JSP to generate alternate MXML or some other pattern where the client side checks user roles?

Thanks
- Richard


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to