1 |
Compound applications, continued:
-
Named channels for different applications
-
Arbitrary messages exchanged between Java applets (fast/scripted assembly of customized applications)
-
String messages used for functions handled directly by JavaScript:
-
sendString( channel, String ) / receiveString( channel, String )
-
Opaque byte arrays used for communicating applets: sendBytes( channel, byte[ ] ) / receiveBytes( channel, byte[ ] )
|