|
| Hi.
Let's say I have an instance of WebSphere Portal 5.1 running...
Let's say I need to perform some operations on users and groups perodically : add or remove users from groups according to the users' profile attributes.
The code that I maintain (actually that I have to migrate from WPS 5.0 to 5.1) performs this task by launching a batch serlvet periodically (using cron and wget unix commands). Yet the servlet code does not call Puma API, but performs the task using WMM c
lasses.
Since in Portal 5.1 the Puma SPI is public, I would like to replace all WMM calls by Puma. Is it possible (and recomended) to call Puma classes from a servlet, since the servlet runs within the WAS servlet container (I mean, outside the WPS context)?
Cheers.
V.A.
|
|