Reputation: 75
I am completely new to Lotus Java Agent. Kindly help me how can i write a java agent in eclipse and use that agent in other classes.
Upvotes: 3
Views: 7644
Reputation: 3628
Check this out: http://www-10.lotus.com/ldd/dominowiki.nsf/dx/06082009125716AMWEB7TU.htm
Upvotes: 0
Reputation: 9561
The first thing you will need to do is to copy the Notes.jar file into your java project,(found in any Notes client installation), add it as an external jar.
Then create a java agent (in Lotus Notes), copy that initial boilerplate code out of Domino Designer, and into a new class in eclipse, (and call it JavaAgent.java). You should be able to get started.
For more details this IBM developerworks article covers it quite well.
Upvotes: 1
Reputation: 3157
Mikkel Heisterberg has a series of articles that go through the ins and outs of this.
Upvotes: 0