NonStop Server for Java Programmer's Reference (NSJ 4.0+)
Table Of Contents

Java Database Connectivity (JDBC)
An industry standard for database-independent connectivity between the Java platform
and relational databases such as SQL/MP or SQL/MX. JDBC provides a call-level API
for SQL-based database access.
Java HotSpot virtual machine
The Java virtual machine implementation designed to produce maximum
program-execution speed for applications running in a server environment. This virtual
machine features an adaptive compiler that dynamically optimizes the performance of
running applications.
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://java.sun.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 Java virtual machine from a C program.
Java Run-Time
The Java virtual machine and the Core Packages. 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://java.sun.com/products/jta/index.html).
Java Transaction Service (JTS)
The transaction API, modeled on OMG's OTS. The NonStop Server for Java 4 includes
an implementation of the jts.Current interface.
Java virtual machine
The process that loads, links, verifies, and interprets Java bytecode. The NonStop Server
for Java 4 implements the Java HotSpot virtual machine.
JavaBeans