Here is an example: I have defined a widget that aims to ease adding ACLs for specific users and groups. This widget calls a java bean to execute this action.
The list of concerned users & groups may change in time. Hence, I cannot set them in static way in the java bean. I would prefere to read this list from some configuration file. Maybe a solution would be to implement a new service with an extension point so that I define the users list within a contribution. But this solution is still quite static since a modification requires to package again the bundle. --- Mailing list: [email protected] Forum: http://forum.nuxeo.org/f/1/
