Profiles and views

My application has different profiles which are assigned differents views.

E.g. When an IT manager logs in a screen showing a project team, the activities, the cost for each activity, etc shows up. But when a task responsable logs in, only all details about his task but the cost is shown.

Which pattern or desing can I implement to do this profiles->views architecture.

Thanxs.

[415 byte] By [jfreebsd] at [2007-9-30 11:50:54]
# 1
MVC would do the trick ;-)
salpeter at 2007-7-4 13:39:02 > top of Java-index,Other Topics,Patterns & OO Design...