Using the AgentRunner

The AgentRunner makes it easy to run and debug your Domino agents in the VisualAge for Java IDE.  To use the AgentRunner you must have Notes 4.6 installed on your system. Your task flow will be like this:

  1. Set up for using the AgentRunner.
  2. Create an agent that extends DebugAgentBase.
  3. Generate an AgentContext document in Notes.
  4. Debug your agent in VisualAge for Java.
  5. Create the production agent.

See also: Sample: Using the AgentRunner.

ngrelc.gif (533 bytes)
The Domino AgentRunner

ngrelt.gif (466 bytes)
Setting up for the AgentRunner
Write or Import an Agent
Generating an AgentContext Document
Running and Debugging your Agent
Creating the Production Agent