En savoir plus
ISBN: 1565924525TITLE: Java RMIAUTHOR: William GrossoSUBJECT: JavaEDITION: 1PUBLISHER: O'ReillyBINDING: BRPAGES: 572LISTPRICEWITHVAT: 44.00VATRATE: 7FIXEDPRICE: 0PUBDATE: 20011000DISCOUNT: 0DISTRIBUTOR: VVA Bertelsmann DistributionDESCRIPTION: Java RMI contains a wealth of experience in designing and implementing Java's Remote Method Invocation. If you're a novice reader, you will quickly be brought up to speed on why RMI is such a powerful yet easy to use tool for distributed programming, while experts can gain valuable experience for constructing their own enterprise and distributed systems.With Java RMI, you'll learn tips and tricks for making your RMI code excel. The book also provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tunneling, distributed garbage collection, JNDI, and CORBA. In short, a treasure trove of valuable RMI knowledge packed into one book.END Informationen zum Autor William Grosso is a well-known speaker, Java SIG chair, and software architect currently residing in the San Francisco Bay area. He's been working with distributed systems since 1995, lectures for the University of California Berkeley Extension on Enterprise APIs, and is the principal engineer at Hipbone Inc. A former mathematician, he got into programming because it seemed like easy money. He got into distributed computing because he noticed that client-server gurus got the big bucks. And then he started programming in Java because he figured that's where the REAL money was. Having learned the error of his ways, he decided to write a book instead. When not programming or writing, he spends most of his time hiking, drumming, and trying to remember that it was he was about to say. Klappentext Java RMI contains a wealth of experience in designing and implementing Java's Remote Method Invocation. If you're a novice reader! you will quickly be brought up to speed on why RMI is such a powerful yet easy to use tool for distributed programming! while experts can gain valuable experience for constructing their own enterprise and distributed systems.With Java RMI! you'll learn tips and tricks for making your RMI code excel. The book also provides strategies for working with serialization! threading! the RMI registry! sockets and socket factories! activation! dynamic class downloading! HTTP tunneling! distributed garbage collection! JNDI! and CORBA. In short! a treasure trove of valuable RMI knowledge packed into one book. Zusammenfassung This text focuses on designing and implementing Java's Remote Method Invocation. Novice readers can learn why RMI is such a powerful yet easy to use tool for distributed programming! while experts can gain valuable experience for constructing their own enterprise and distributed systems. Inhaltsverzeichnis Dedication;Preface; About This Book; About the Example Code; Conventions Used in This Book; For Further Information; How to Contact Us; Acknowledgments;Designing and Building: The Basics of RMI Applications; Chapter 1: Streams; 1.1 The Core Classes; 1.2 Viewing a File; 1.3 Layering Streams; 1.4 Readers and Writers; Chapter 2: Sockets; 2.1 Internet Definitions; 2.2 Sockets; 2.3 ServerSockets; 2.4 Customizing Socket Behavior; 2.5 Special-Purpose Sockets; 2.6 Using SSL; Chapter 3: A Socket-Based Printer Server; 3.1 A Network-Based Printer; 3.2 The Basic Objects; 3.3 The Protocol; 3.4 The Application Itself; 3.5 Evolving the Application; Chapter 4: The Same Server, Written Using RMI; 4.1 The Basic Structure of RMI; 4.2 The Architecture Diagram Revisited; 4.3 Implementing the Basic Objects; 4.4 The Rest of the Server; 4.5 The Client Application; 4.6 Summary; Chapter 5: Introducing the Bank Example; 5.1 The Bank Example; 5.2 Sketching a Rou...