Advice for writing and testing agents

Advice for writing and testing agents

I am a newcomer in Lotus Notes development. I have the Notes front end and Designer installed on my machine. I want to write some agents and test them. Do I need to install a server on my machine for it? Also please let me know some site from which I can download some agents and try learning from them.

    Requires Free Membership to View

    Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.

    By submitting your registration information to SearchDomino.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchDomino.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

You can write agents in a local Notes database and run them there. The Notes client also has support for background agents, which run in an environment more similar to the server (no NotesUI -- classes, for instance) but are harder to debug. I always test code locally as much as I can before installing it on a server. I also have the server software installed on my workstation, and I use that for testing as well.

The Domino Designer help has numerous code examples, and the LDD Sandbox and the various LDD forums are an excellent source of all kinds of sample code.

This was first published in July 2003