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?
Asked
Active
Viewed 9,734 times
7
-
Where did you get Notes.jar? – Anatoly Dec 10 '14 at 16:19
4 Answers
4
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
- 14,409
- 18
- 71
- 103
4
I believe the APIs are detailed in the Domino Designer Help.

McDowell
- 107,573
- 31
- 204
- 267
-
2dacracot is asking for the associated javadocs one normally expects with a java api when you're coding in eclipse. IBM never published this information in the format he's asking. The domino designer help is the only source. Check Ascalonian's answer... but given this question is more than 2yr's old, it probably doesn't matter now. – angryITguy Jan 18 '12 at 03:55
-
1Upvoted, as I think the downvote was a little unfair... The help files are really the only place IBM places documentation that is easy to get to. – TimS Mar 28 '13 at 14:23