Package org.bzdev.scripting


package org.bzdev.scripting
Package to support scripting, with or without security.

There are a number of applications whose configuration cannot be handled very well by a GUI, or where the level of usage and number of users does not justify the effort needed in developing a GUI. An obvious alternative is to use scripts to configure the application, but there are security issues if users exchange scripts. This package provides classes to simplify adding scripting to an application and managing security.

Please see the package description for a full description of this package.