Search code examples
javalotus-domino

java agent for IBM domino lotus


I studied some tutorials in domino designer 9 now I want to make java agent but I didn't find any tutorials, Can any one give me good tutorials to learn java agent please?


Solution

  • I don't know that you'll find a clear, concise step-by-step tutorial. I've found some generic code samples, and there are samples for specific tasks (you know, like "How do I send a message?") What I did to learn was to take a small task, perhaps one already written in LotusScript and make it in Java. Open a database. Open a view. Create a document. Delete a document.