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

The Java standard for access to relational databases such as SQL/MP.
Java Development Kit (JDK
TM
)
The JVM, core libraries, and tools for Java. NonStop
TM
Server for Java Server for Java
2.0 consists of the full JDK 1.2.2, but does not fully support AWT. For more information
on JDK 1.2, see the Sun Microsystems JDK 1.2 Documentation
(http://www.javasoft.com/products/jdk/1.2/docs/index.html).
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
TM
(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
TM
Server for Java Server for
Java 2.0 includes an implementation of the jts.Current interface.
Java Virtual Machine (JVM).
The process that loads, links, verifies, and interprets Java bytecode. The NonStop
TM
Server for Java Server for Java JVM has been extended with a JIT Compiler.
Java Web Server
Sun Microsystems World-Wide Web server and related classes, written in pure Java.