ins (SPAPI modules) in conjuncton with server-side JavaScript.
3: ServerApplet
-- Enterprise Server 2.0's primitive Java mechanism, called HTTPApplet, couldn't integrate with LiveWire. Enterprise Server 3.0's Java mechanism, called ServerApplet,
can work alongside JavaScript and plug-ins through LiveConnect.
4: CORBA/IIOP
-- In Enterprise Server 3.0, plug-ins can be packaged as Common Object Request Broker Architecture (CORBA) objects that communicate through IDL interfaces. These can be deployed on the Web server (in-process or out-of-process) or on a separate application server.
5: Direct IIOP
-- Thanks to Communicator's embedded Java Object Request Broker (ORB), Netscape clients can bypass the LiveWire subsystem when appropriate and talk directly to CORBA servers over Internet Interoperable ORB Protocol (IIOP).
illustration_link (42 Kbytes)
