7

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?

palacsint
  • 28,416
  • 10
  • 82
  • 109
dacracot
  • 22,002
  • 26
  • 104
  • 152

4 Answers4

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
  • 2
    dacracot 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
  • 1
    Upvoted, 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
3

Here comes Notes.jar of Domino 8.5 Java API document

bluish
  • 26,356
  • 27
  • 122
  • 180
Jason
  • 31
  • 1
0

Have a look at the DeveloperWorks help

stwissel
  • 20,110
  • 6
  • 54
  • 101