OReilly Java Distributed Computing
March 30th, 2007
Publisher O’Reilly
Author(s) Jim Farley
ISBN 1565922069
Release Date 30 November 1999
This thorough guide explains how to harness the power of Java to create distributed systems, which the author defines as a group of “agents” working together across multiple systems.
In order to create distributed applications, Java programmers need to be familiar with a host of technologies and language features in Java. These include Java’s networking capabilities, its threading model, CORBA, Java Remote Method Invocation (RMI), and the JDBC standard for connecting to databases. Java Distributed Computing is a step-by-step guide to all of these pieces of the puzzle, presented in a concise, usable format.
The author presents each topic in digestible increments with some illustrative Java code, including a distributed game of chess, a chat application, and a whiteboard application. Advanced chapters cover security issues and dealing with “limited bandwidth” applications (such as pagers or Web browsers). Useful appendices list the fundamentals of CORBA, RMI, and JavaSpaces to make it easy for the working developer to look them up. –Richard Dragan
Download eBook
Download from rapidshare.com
This eBook: Download OReilly Java Distributed Computing
Previous eBook: The Definitive Guide to Java Swing, Third Edition
Next eBook: Beginning Java Objects: From Concepts To Code, Second Edition
Filed in: OReilly • Java