views:

769

answers:

2

I need to use Lotus Notes/Domino as a data source from a Java application. The documentation at IBM says that the Notes.jar contains everything I will need, but where are the javadocs?

+1  A: 

From what I quickly read, there isn't a set javadocs available. However, I stumbled upon this utility that generates them for you. Would this help?

Ascalonian
A: 

I believe the APIs are detailed in the Domino Designer Help.

McDowell