NonStop Server for Java (NSJ) Programmer's Guide (NSJ 2.0+)
the term "connectivity" in this context, while other vendors use "connectivity" to
mean hardware compatibility.
Within a Compaq node, the ability to use the features or facilities of one
environment from another. For example, the gtacl command in the OSS
environment allows an interactive user to start and use a Guardian tool in the
Guardian environment.
❍
interpreter
The component of JVM that interprets bytecode into native machine code.
Invocation API
The C-language API that starts a JVM and invokes methods on it. The Invocation API is
a subset of the JNI.
ISO
See International Organization for Standardization (ISO).
item list file
The input file to ddl2java that describes the items in a DDL dictionary for which you
want to generate request and reply classes.
iTP Secure WebServer
The Compaq web server with which NonStop
TM
Server for Java Server for Java
integrates using servlets. Formerly called CyberWeb.
J
jar
The Java Archive tool, which combines multiple files into a single Java Archive (JAR)
file. Also, the command to run the Java Archive Tool.
JAR file
A Java Archive file, produced by the Java Archive Tool, jar.
java
The Java interpreter, which interprets (executes) Java bytecode. Also, the command to
run the Java interpreter. The java command invokes the Java Run-Time.
Java Conformance Kit (JCK)
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
TM
)