![]() |
![]() |
|
| |
||
| The JOtunnel system works in an environment of a webserver with servlet engine, a JAVA client application or applet and a HTTP network as the Internet, Intranet or Extranet. | ||
| An JOtunnel application needs only four classes. | ||
| The client sends a JORequest to the server and receives a JOResponse object. The JORequest object contains a request Name (String) and an array of serializable objects, the parameters. The JOResponse contains a Serialized object as the result of a request. |
||
| The JOClient is a client side proxy which takes care of sending and receiving of the JORequest and JOResponse objects. | ||
| An subclass of the JOServer implements your server side funtions. A single function has to be implemented. | ||
![]() |
||