NonStop Server for Java (NSJ) Programmer's Guide (NSJ 2.1+)

The collection of conformance tests that any vendor's JDK must pass in order to be
conformant with the Sun Microsystems specification.
Java Core Classes
See Core API.
Java Database Connectivity (JDBC)
The Java standard for access to relational databases such as SQL/MP or SQL/MX.
Java Development Kit (JDK)
The JVM, core libraries, and tools for Java. NonStop Java 2.1 consists of the full JDK
1.2.2 but does not fully support AWT. For more information on JDK 1.2.2, see the Sun
Microsystems JDK 1.2 Documentation.
Java Foundation Classes
See Core API.
Java IDL
See Java Interface Development Language (Java IDL).
Java Interface Development Language (Java IDL)
The library that supports CORBA and Java interoperability. For more information, see
the Sun Microsystems Java IDL documentation
(http://www.javasoft.com/products/jdk/idl/index.html).
Java Naming and Directory Interface (JNDI)
A standard extension to the Java platform, which provides Java technology-enabled
application programs with a unified interface to multiple naming and directory services.
Java Native Interface (JNI)
The C-language interface used by C functions called by Java classes. Includes an
Invocation API that invokes a JVM from a C program.
Java Run-Time
The JVM and the Core API. This is the standard Java environment that the java
command invokes.
Java Transaction API (JTA)
The Sun Microsystems product that specifies standard Java interfaces between a
transaction manager and the parties involved in a distributed transaction system: the
resource manager, the application server, and the transactional applications. For more
information, see the Sun Microsystems JTA document
(http://www.javasoft.com/products/jta/index.html).
Java Transaction Service (JTS)
The transaction API, modeled on OMG's OTS. NonStop Java includes an implementation
of the jts.Current interface.
Java Virtual Machine (JVM).