Bültmann & Gerriets
Java Distributed Computing
von Jim Farley
Verlag: O'Reilly Media
Reihe: Java
Reihe: Java Series
Hardcover
ISBN: 978-1-56592-206-8
Erschienen am 10.02.1998
Sprache: Englisch
Format: 234 mm [H] x 179 mm [B] x 22 mm [T]
Gewicht: 612 Gramm
Umfang: 384 Seiten

Preis: 50,00 €
keine Versandkosten (Inland)


Jetzt bestellen und voraussichtlich ab dem 3. November in der Buchhandlung abholen.

Der Versand innerhalb der Stadt erfolgt in Regel am gleichen Tag.
Der Versand nach außerhalb dauert mit Post/DHL meistens 1-2 Tage.

klimaneutral
Der Verlag produziert nach eigener Angabe noch nicht klimaneutral bzw. kompensiert die CO2-Emissionen aus der Produktion nicht. Daher übernehmen wir diese Kompensation durch finanzielle Förderung entsprechender Projekte. Mehr Details finden Sie in unserer Klimabilanz.
Klappentext
Biografische Anmerkung
Inhaltsverzeichnis

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



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.






  • Preface




  • Chapter 1: Introduction




  • Chapter 2: Networking in Java




  • Chapter 3: Distributing Objects




  • Chapter 4: Threads




  • Chapter 5: Security




  • Chapter 6: Message-Passing Systems




  • Chapter 7: Databases




  • Chapter 8: Bandwidth-Limited Systems




  • Chapter 9: Collaborative Systems




  • Chapter 10: Building Collaborative Applications




  • Using the Examples in Applets




  • CORBA Services




  • JavaSpaces




  • RMI Quick Reference




  • Colophon



andere Formate
weitere Titel der Reihe