OrbixWeb example
Browser downloads and interprets HTML (1) Instructs
its Java interpreter to download and run top-level
Java classes (2). As the Java interpreter processes
this top-level code, it automatically downloads the
IDL stubs and then the required OrbixWeb classes thus
CORBA-enabling the applet. Transparent
to the user - the downloading occurs using the
standard ClassLoader capability within the browser's
Java interpreter. Once CORBA-enabled, the applet then
uses IIOP to communicate with the backend CORBA
services on the web-server (5).