The class environment is the new concept to replace classpath.
All Processes have one and only one class environment which is assigned when the process is created. The class environment cannot be replaced (although it may be altered) once the process is created.
The class environment defines which (Package,Class,Version) combinations from the ClassRepository are available / used by the process.
Class environments form a DAG nested hierarchy. The hierarchy defines which (Package,Class,Version) combinations are defined.
When a child process is created, the class environment of the parent is inherited.
The child may extend the class enviromnent or ovverride existing (Package,Class,Version) defintions as the security policies allow.
Content of these pages are owned and copyrighted by the poster.