Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Lotus Notes-to-webMethods Communications | Setting Up the Domino Server for Outbound Transactions | Write Shared Agent Code
 
Write Shared Agent Code
 
Using Sample Shared Agent Code in Java
Using Sample Shared Agent Code in LotusScript
Lotus Notes provides the option of using Java or LotusScript to programmatically manipulate data within the database. The Java or LotusScript code is stored in modules called Agents. Agents can be called manually or through some automated method such as a trigger in response to a specific database event, or at a scheduled time.
For information about building a Java client, see the webMethods Service Development Help for your release. For information about working with agents, see the Lotus Domino Toolkit for Java/CORBA documentation.
Complete the following instructions to create the agent code in Java or LotusScript.