Application Isolation API
Encyclopedia
The Application Isolation API (JSR
121) provides a specification for isolating and controlling Java
application life cycles within a single Java Virtual Machine
(JVM) or between multiple JVMs. An isolated computation is described as an Isolate that can communicate and exchange resource handles
(e.g. open files) with other Isolates through a messaging facility.
Java Community Process
The Java Community Process or JCP, established in 1998, is a formalized process that allows interested parties to get involved in the definition of future versions and features of the Java platform....
121) provides a specification for isolating and controlling Java
Java (programming language)
Java is a programming language originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities...
application life cycles within a single Java Virtual Machine
Java Virtual Machine
A Java virtual machine is a virtual machine capable of executing Java bytecode. It is the code execution component of the Java software platform. Sun Microsystems stated that there are over 4.5 billion JVM-enabled devices.-Overview:...
(JVM) or between multiple JVMs. An isolated computation is described as an Isolate that can communicate and exchange resource handles
Resource (computer science)
A resource, or system resource, is any physical or virtual component of limited availability within a computer system. Every device connected to a computer system is a resource. Every internal system component is a resource...
(e.g. open files) with other Isolates through a messaging facility.