1 |
DIS style networking is still cumbersome in current Java for the following reasons:
-
Peer-to-peer communication is not possible between Netscape applets since each applet can open socket connections only to the host that shipped that applet (Netscape security restriction)
-
Multicasting, already present in new Java release (JDK 1.1) is not yet supported by Netscape (which still runs JDK 1.0.2).
|