Java Reference
In-Depth Information
Remote method invocation provides for powerful distributed computing capa-
bilities. Much of the complicated machinery to make this happen is hidden from
the application programmer who can instead concentrate on the task at hand. The
portability of Java is a further advantage since a distributed computing applica-
tion can be developed that will run with many different platforms with the same
code.
13.9 Web Course materials
The code for the above examples and several other networking demonstrations are
available in the Web Course pages. Web resource links to supporting information
are also provided.
References
[1] Trail: Custom Networking - The Java Tutorial , Sun Microsystems,
http://java.sun.com/docs/books/tutorial/networking/ .
[2] E. R. Harold, Java Network Programming , 2nd edn, O'Reilly, 2000.
Resources
Ian F. Darwin, Java Cookbook , 2nd edition, O'Reilly, 2004.
P. Niemeyer and Jonathan Knudsen, Learning Java , 2nd edition, O'Reilly, 2002.
Search WWH ::




Custom Search