Creating the Production Agent

When your development of the agent is complete and you want to move your agent to Notes,  follow these steps in VisualAge for Java:

  1. Change the Base class for your agent to extend lotus.notes.AgentBase instead of DebugAgentBase.
  2. Export the .class file to the file system.

Open the agent in Notes and reimport the .class file from the file system.  You can now run your agent in Notes.

ngrelc.gif (533 bytes)
The Domino AgentRunner

ngrelt.gif (466 bytes)
Writing and Formatting Source Code
Saving Changes to Code
Exporting Bytecode
Setting up for the AgentRunner
Write or Import an Agent
Generating an AgentContext Document
Running and Debugging your Agent