Distributed computing is a concept where a single program is divided into smaller logical pieces where each of these is executed on a separate machine resulting in a maximized performance. Distributed Computing in Java 9 will teach you how to improve the performance of traditional application throu
Java Distributed Computing
โ Scribed by Jim Farley
- Publisher
- O'Reilly Media
- Year
- 1998
- Tongue
- English
- Leaves
- 294
- Series
- O'Reilly Java
- Edition
- 1st
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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 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. It covers:
- 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
๐ SIMILAR VOLUMES
<h4>Key Features</h4><ul><li>Make the best of Java 9 features to write succinct code</li><li>Handle large amounts of data using HPC</li><li>Make use of AWS and Google App Engine along with Java to establish a powerful remote computation system</li></ul><h4>Book Description</h4><p>Distributed computi
Combining the two key types of Java programming, Garg (Electrical and Computer Engineering Department, University of Texas) offers both professionals and students a guide to fundamental concepts necessary for mastering Java programming. Early chapters deal with techniques for programming in shared-m
Concurrent and Distributed Computing in Java addresses fundamental concepts in concurrent computing with Java examples. The book consists of two parts. The first part deals with techniques for programming in shared-memory based systems. The book covers concepts in Java such as threads, synchronized
An accessible introduction to the changing face of networking theory, Java technology, and the fundamental elements of the Java networking API. Uniquely suited for network programming and distributed computing.