Create a project in the Workbench into which you will import your agent.
To create a project:
When the SmartGuide closes you will have a new project in the workbench called Domino Agents.
You are now ready to import an agent from Notes, or create a new agent in the IDE.
To import an agent from Notes into your Domino Agents project:
The imported Java code is compiled and any unresolved problems that are introduced are added to the All Problems page.
Your .java file will appear as in a package under your Domino Agents project in the Workbench.
To create a new agent in VisualAge for Java:
Your new package and class will appear under your Domino Agents project in the Workbench. Click on your class with mouse button 1. In the Source window of the workbench, write the code for your agent (see the Java Programmer's Guide in Notes for instructions).
When you have finished writing your agent, you should generate an AgentContext document so you can run your agent in the IDE.
The Domino AgentRunner
Projects and Other Program Elements
Creating a Class
Writing and Formatting Source Code
Saving Changes to Code
Setting up for the AgentRunner
Generating an AgentContext Document
Running and Debugging your Agent
Creating the Production Agent