NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide
Glossary
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006
Glossary-5
Internet
Internet. Physically, a collection of packet-switching networks interconnected by gateways,
along with protocols that allow them to function logically as a single, large, virtual
network. When written in uppercase, INTERNET refers specifically to the DARPA
Internet and the TCP/IP protocols it uses.
interoperability. The ability of software and hardware on multiple machines from multiple
vendors to communicate meaningfully.
IP. See Internet Protocol (IP).
IPSetup. It is the Windows application that enables you to transfer IP software from the
CD-ROM or other IP delivery medium (DVD) to a NonStop system.
iTP Secure WebServer. Creates Java Servlets that utilize the database and transaction
services infrastructure of the HP NonStop server.
<iTP WebServer Home>. Refers to the directory where iTP Secure WebServer is installed.
J2EE. See Java 2 Platform Enterprise Edition (J2EE)
Java 2 Platform Enterprise Edition (J2EE). J2EE is a platform-independent, Java-centric
environment from Sun for developing, building, and deploying Web-based enterprise
applications online. The J2EE platform consists of a set of services, APIs, and
protocols that provide the functionality for developing multitiered, Web-based
applications.
Java Database Connectivity (JDBC). The Java standard for access to relational database
like SQL/MX.
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.
JavaServer Page (JSP). Server side technology that enables you to develop and maintain
dynamic web pages. It extends the functionality of web-based applications by providing
dynamic content from a web server to a client browser over the Hypertext Transfer
Protocol (HTTP).
Java Servlets. A server-side Java program that any World Wide Web browser can access.
It inherits scalability and persistence from the Pathway CGI server that manages it.
The Java class named servlets executes in server environments such as World Wide
Web servers. The Servlet API is defined in a draft standard by Sun Microsystems.
Java Thread. A part of a program that can execute independently of other parts. Operating
systems that support multithreading enable programmers to design programs whose
threaded parts can execute concurrently.
java.util.logging. The java.util.logging is a logging implementation provided as part of the
Java 2 Platform, Standard Edition (J2SE).










