Sushant Naik 23.Apr.08 11:34 AM a Web browser Application developmentAll releasesAll platforms
Hi,
I've a RCP application running on Expeditor. I fill in fields of these views from back-end by making WebServices calls. There is no intercommunication between different views also I don't have expeditor server nor Portal server at the backend.
My problem here is how can I enable role-based viewing of these RCP views? Role details will be pulled from backend servers by making webservices calls. I just have to restrict access to views based on a user role. Also I need it to work dynamically.
Does expeditor provide any way to do this? or I need to use org.eclipse.ui.activities extension to do that?