04-20-07 06:27 PM
Option 1: If you are writing a custom portlet, you can user Domino Java API
in your portlet (NCSO.jar) to get user's mail database by getting user info
from PUMA ( this will allow you to get the user credentials).
Option 2: If you want to user Collaboration API (CS.jar) then you can use "D
ominoService" Java service object to communicate with domino. To get info on
the api, go to your portal install directory ( e.g => D:\WebSphere\PortalSe
rver\doc\Javadoc\api_docs,
click on index and then pick from top left packages section pick "com.lotus.
cs" and then the DominoService methods from the bottom picker, this will sho
w you what you can do by using DominoService Object, you still have to setup
your CSEnvironment.propert
ies file as well which is in => e.g D:\WebSphere\PortalServer\shared\app\co
nfig )
-DV
dvpunia@decisionlabs.com
[ Post a follow-up to this message ]
|