Distributed computing and Java go together naturally. As the first language designed from the bottom up with networking in mind, Java makes it very easy for computers to cooperate. Even the simplest applet running in a browser is a distributed application, if you think about it. The client running the browser downloads and executes code that is delivered by some other system. But even this simple applet wouldn't be possible without Java's guarantees of portability and security: the applet can run on any platform, and can't sabotage its host.Of course, when we think of distributed computing, we usually think of applications more complex than a client and server communicating with the same protocol. We usually think in terms of programs that make remote procedure calls, access remote databases, and collaborate with others to produce a single result. Java Distributed Computing discusses how to design and write such applications. It covers Java's RMI (Remote Method Invocation) facility and CORBA, but it doesn't stop there; it tells you how to design your own protocols to build message passing systems and discusses how to use Java's security facilities, how to write multithreaded servers, and more. It pays special attention to distributed data systems, collaboration, and applications that have high bandwidth requirements.In the future, distributed computing can only become more important.Java Distributed Computing provides a broad introduction to the problems you'll face and the solutions you'll find as you write distributed computing applications.Topics covered in Java Distributed Computing:
Introduction to Distributed Computing
Networking Basics
Distributed Objects (Overview of CORBA and RMI)
Threads
Security
Message Passing Systems
Distributed Data Systems (Databases)
Bandwidth Limited Applications
Collaborative Systems
Chapter 1 Introduction
Anatomy of a Distributed Application
Requirements for Developing Distributed Applications
Jim Farley is a software engineer, computer scientist, and IT manager. His recent activities have included heading up the engineering group at the Harvard Business School and bringing good things to life at GE's Research and Development center. He's dealt with computing (distributed and otherwise) in lots of different ways, from automated image inspection to temporal reasoning systems. Jim has Bachelor's and Master's degrees in computer systems engineering from Rensselaer Polytechnic Institute.
Our look is the result of reader comments, our own experimentation, and feedback from distribution channels. Distinctive covers complement our distinctive approach to technical topics, breathing personality and life into potentially dry subjects. The image on the cover of Java Distributed Computing is the Gabriel Original Tinkertoy Construction Set. The image of the Gabriel Original Tinkertoy Construction Set on the cover of Java Distributed Computing was photographed by Edie Freedman and manipulated using Adobe Photoshop 3.0 and Adobe Gallery Effects filters. The cover layout was produced by Hanna Dyer using Quark XPress 3.3 and the Bodoni Black font from URW Software. The inside layout was designed by Nancy Priest. Text was prepared by Mike Sierra in FrameMaker 5.0. The heading font is Bodoni BT; the text font is New Baskerville. The illustrations that appear in the book were created in Macromedia Freehand 7.0 by Robert Romano. Whenever possible, our books use RepKover, a durable and flexible lay-flat binding. If the page count exceeds Repkover's limit, perfect binding is used.
Comments about O'Reilly Media Java Distributed Computing:
I agree with everyone here - i cannot get these examples running at all. Im guessing you have to be a java guru to be able to get them to work.
*sigh* Its sooo painful - all i need is a small section telling me how to setup the files so they will compile and run... thats all - its not too much to ask is it?
4/30/2001
(2 of 3 customers found this review helpful)
2.0
Java Distributed Computing Review
By Manish
from Undisclosed
Comments about O'Reilly Media Java Distributed Computing:
I totally agree with the other guys here,..
The example codes are not put in properly in their respective directories and there is a significant effort to be put in to run them ...
Also if any one was able to run the example on the applet based white board please drop in a line ..I am not able to run it...