Java in Notes/Domino Explained: Security 101
As you might know Java was built with security in mind which means that most Java code runs inside a sandbox with an auditor, a socalled SecurityManager, deciding which operations are appropriate and which aren't. This post will explain the concept of the Java SecurityManager and it applies to Notes/Domino agents.