SQL/MX Programming Manual for Java

Introduction
HP NonStop SQL/MX Programming Manual for Java523726-003
1-23
Execution Scenarios
Web-Based Execution
You can use an SQLJ program as a NonStop Servelet for JavaServer Pages (NSJSP).
The servelets are platform-independent server-side programs that programmatically
extend the functionality of Web-based applications. They provide dynamic content from
a WebServer to a client browser over the HTTP protocol. For more information, see the
iTP Secure WebServer System Administrator’s Guide.
Enterprise JavaBeans (EJB)
You can use an SQLJ program as a NonStop EJB application. These applications use
the Sun Microsystems Enterprise JavaBeans (EJB) 1.1 technology and typically
provide the business logic in enterprise Java applications. These applications run on
an application server of the HP NonStop Enterprise Application Server (EAS) product.
For more information, see the EJB User’s Guide.