How to connect to Lotus Notes from Java?

Asked By 0 points N/A Posted on -
qa-featured

Connect to Lotus Notes from Java. I want to use Java to programmatically connect to Lotus Notes 7.0. Repository to look for particular documents.  Is there an available JDBC driver for this?  

 

SHARE
Answered By 80 points N/A #100509

How to connect to Lotus Notes from Java?

qa-featured

Hi Lalaine,

Through JDBC, you can connect to a domino data base. 

You can also try some Unix tool which can help you solve your issue.

Java applications can be written in Java itself which can access domino objects.

You can follow the steps in the link below to be able to connect lotus notes from java.:

http://www-10.lotus.com/ldd/dominowiki.nsf/dx/06082009125716amweb7tu.htm

You can also visit the link below to be able to see the description and documentation of lotus note and java.

And the toolkits for downloading both of them.

I hope that it will help you solve your problem.

Have a good day!

https://www.ibm.com/developerworks/develop/collaboration/

Zorian

Related Questions