Deploying Java Action Handlers
You can store an action handler as a CodeModule object
in a Content Engine object store,
or, alternatively, you can specify the action handler in the Java™ (JVM) class
path of the application server where the Content Engine is running.
For testing an action handler, it is easier to update it when it
is referenced in the JVM class path. For deploying an action handler
in an enterprise production environment, it is more efficient to store
an action handler and any supporting libraries as a CodeModule.