Java Distributed Computing

Java Distributed Computing

by Jim Farley
Java Distributed Computing

Java Distributed Computing

by Jim Farley

eBook

$29.99  $39.99 Save 25% Current price is $29.99, Original price is $39.99. You Save 25%.

Available on Compatible NOOK Devices and the free NOOK Apps.
WANT A NOOK?  Explore Now

Related collections and offers


Overview

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

Product Details

ISBN-13: 9781491903346
Publisher: O'Reilly Media, Incorporated
Publication date: 01/01/1998
Series: Java Series
Sold by: Barnes & Noble
Format: eBook
Pages: 386
File size: 2 MB

About the Author

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.

Table of Contents

Preface; What Does This Book Cover?; Who Should Read This Book?; About the Source Code; Conventions Used in This Book; Acknowledgments; Chapter 1: Introduction; 1.1 Anatomy of a Distributed Application; 1.2 Requirements for Developing Distributed Applications; 1.3 What Does Java Provide?; Chapter 2: Networking in Java; 2.1 Sockets and Streams; 2.2 URLs, URLConnections, and ContentHandlers; 2.3 The ClassLoader; Chapter 3: Distributing Objects; 3.1 Why Distribute Objects?; 3.2 What’s So Tough About Distributing Objects?; 3.3 Features of Distributed Object Systems; 3.4 Distributed Object Schemes for Java; 3.5 CORBA; 3.6 Java RMI; 3.7 RMI vs. CORBA; Chapter 4: Threads; 4.1 Thread and Runnable; 4.2 Making a Thread; 4.3 Managing Threads at Runtime; 4.4 Networked Threads; Chapter 5: Security; 5.1 Security Issues and Concerns; 5.2 The java.security Package; 5.3 Identities and Access Control; 5.4 Keys: Public, Private, and Secret; 5.5 Digital Signatures; 5.6 Data Encryption; 5.7 Choosing a Cryptographic Algorithm; Chapter 6: Message-Passing Systems; 6.1 Messages Defined; 6.2 Why Do We Need Messages?; 6.3 Message Processing; 6.4 Fixed Protocols; 6.5 Adaptable Protocols; 6.6 Message Passing with Java Events; 6.7 Using Remote Objects; Chapter 7: Databases; 7.1 An Overview of JDBC; 7.2 Remote Database Applications; 7.3 Multi-Database Applications; Chapter 8: Bandwidth-Limited Systems; 8.1 Flavors of Limited Bandwidth; 8.2 Coping with Limited Bandwidth; 8.3 Scope of This Chapter; 8.4 Monitoring Bandwidth; 8.5 Bandwidth Management; Chapter 9: Collaborative Systems; 9.1 What Is a Collaborative System?; 9.2 Issues with Collaboration; 9.3 A Basic Collaborative Infrastructure; Chapter 10: Building Collaborative Applications; 10.1 A Simple Chat System; 10.2 A Shared Whiteboard; Using the Examples in Applets; Whiteboard Applet; Class Downloads; CORBA Services; Naming Service; Event Service; Security Service; Other Key CORBA Services; JavaSpaces; Overview of JavaSpaces; Entry and EntryRep; Transactions; The JavaSpace Interface; RMI Quick Reference; The java.rmi Package; The java.rmi.registry Package; The java.rmi.server Package; Colophon;
From the B&N Reads Blog

Customer Reviews