Skip to content

Java Distributed Computing

ISBN-10: 1565922069

ISBN-13: 9781565922068

Edition: 1998 (Reprint)

Authors: Jim Farley, Mike Loukides

List price: $49.99
Shipping box This item qualifies for FREE shipping.
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

Java Distributed Computing discusses how to design and write distributed applications in Java. 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, 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.
Customers also bought

Book details

List price: $49.99
Copyright year: 1998
Publisher: O'Reilly Media, Incorporated
Publication date: 1/27/1998
Binding: Paperback
Pages: 386
Size: 7.00" wide x 9.19" long x 0.88" tall
Weight: 1.342

Jim Farley is a technology strategist, architect, manager and author. His current focus is his role as the technology solutions architect for the Harvard Business School, working to assemble enterprise systems for both the instructional and back-office operations at the school. Jim also consults for various organizations in strategic technology and development, lectures in the computer science department at Harvard's Division of Continuing Education, and publishes articles in a number of forums. Jim's history with computing, enterprise and otherwise, has spanned numerous domains, including manufacturing, artificial intelligence, multimedia, collaboration tools, and content management.

Preface
Introduction
Networking in Java
Distributing Objects
Threads
Security
Message-Passing Systems
Databases
Bandwidth-Limited Systems
Collaborative Systems
Building Collaborative Applications
Using the Examples in Applets
CORBA Services
JavaSpaces
RMI Quick Reference
Colophon