JWAVE Server Overview
 
warning
JWAVE uses an insecure protocol without authentication. This makes JWAVE insecure to use in an Internet facing configuration and would allow an attacker to execute arbitrary code on the server. If you choose to implement JWAVE in this way, you are responsible for the security of those applications that leverage JWAVE.
Client JWAVE Java programs communicate with PV‑WAVE through a PV‑WAVE function called a JWAVE wrapper. A JWAVE wrapper function is a PV‑WAVE function that contains some specific JWAVE API calls. These JWAVE-specific functions are included in the dynamically loaded JWAVE library; therefore, to the JWAVE developer, these functions can be used just like any PV‑WAVE function.
 
note
The JWAVE wrapper API functions are described in Appendix A: JWAVE Wrapper API.
Typically, a JWAVE wrapper function is used as an interface between the JWAVE client and one or more PV‑WAVE applications. The JWAVE wrapper receives parameters from the client, processes those parameters in some manner, and returns information back to the client. The returned information can be numeric or string values (except complex numbers), including scalars and arrays. The server can also return graphics to the client if PV‑WAVE graphics commands were used in the JWAVE wrapper.