Sachin Jain
Sachin Jain

Reputation: 75

How to write and use a java agent for Lotus Notes

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

Answers (3)

angryITguy
angryITguy

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

Jon McAuliffe
Jon McAuliffe

Reputation: 3157

Mikkel Heisterberg has a series of articles that go through the ins and outs of this.

Upvotes: 0

Related Questions