Java distributed computing /
"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...
Saved in:
Main Author: | |
---|---|
Format: | eBook |
Language: | English |
Published: |
Sebastopol, CA :
O'Reilly,
1998.
|
Edition: | 1st ed. |
Series: | Java series (O'Reilly & Associates)
|
Subjects: | |
Online Access: | CONNECT CONNECT |
LEADER | 05987cam a2200661Mi 4500 | ||
---|---|---|---|
001 | in00006088503 | ||
006 | m o d | ||
007 | cr cn||||||||| | ||
008 | 980209s1998 caua o 001 0 eng d | ||
005 | 20220718132932.9 | ||
010 | |z 98134163 | ||
035 | |a 1WRLDSHRocm42854438 | ||
040 | |a N$T |b eng |e rda |e pn |c N$T |d OCL |d OCLCQ |d MUQ |d OCLCQ |d DST |d OCLCQ |d VLB |d OCLCQ |d TUU |d OCLCQ |d TNF |d MNU |d BAKER |d OCLCE |d CUSER |d OCLCQ |d ZCU |d OCLCO |d OCLCF |d P4I |d OCLCQ |d N$T |d E7B |d OCLCQ |d IDEBK |d OCLCQ |d TMC |d D6H |d AZK |d OCLCQ |d FEM |d MWM |d OCLCQ |d ICD |d GO9 |d YDXCP |d NTX |d ESU |d N$T |d MNS |d LUE |d RCC |d INARC |d WCO |d CEF |d MUO |d OCLCQ |d AU@ |d WYU |d OCLCQ |d CNTRU |d UKAHL |d VT2 |d UAB |d XMC |d SFB |d IBQ |d AJS |d OCLCO | ||
019 | |a 42417214 |a 54116222 |a 156944204 |a 300498956 |a 326799213 |a 551735605 |a 607064031 |a 729550625 |a 748108213 |a 759513416 |a 809690575 |a 878142654 |a 961616477 |a 962587618 |a 965993941 |a 969016732 |a 970746590 |a 1020534128 |a 1035917019 |a 1044061306 |a 1044251699 |a 1055829161 |a 1056373222 |a 1065897244 |a 1069522703 |a 1075544642 |a 1097322216 |a 1100912319 |a 1103266576 |a 1104486775 |a 1105753111 |a 1123222619 |a 1124423436 |a 1125390772 |a 1127920784 |a 1129367759 |a 1136323031 |a 1179124776 |a 1196946437 |a 1202540975 |a 1240523061 | ||
020 | |a 0585030928 |q (electronic bk.) | ||
020 | |a 9780585030920 |q (electronic bk.) | ||
020 | |z 9781565922068 | ||
020 | |z 1565922069 | ||
020 | |a 9781491903353 |q (e-book) | ||
020 | |a 149190335X | ||
020 | |a 9781491903346 |q (e-book) | ||
020 | |a 1491903341 | ||
035 | |a (OCoLC)42854438 |z (OCoLC)42417214 |z (OCoLC)54116222 |z (OCoLC)156944204 |z (OCoLC)300498956 |z (OCoLC)326799213 |z (OCoLC)551735605 |z (OCoLC)607064031 |z (OCoLC)729550625 |z (OCoLC)748108213 |z (OCoLC)759513416 |z (OCoLC)809690575 |z (OCoLC)878142654 |z (OCoLC)961616477 |z (OCoLC)962587618 |z (OCoLC)965993941 |z (OCoLC)969016732 |z (OCoLC)970746590 |z (OCoLC)1020534128 |z (OCoLC)1035917019 |z (OCoLC)1044061306 |z (OCoLC)1044251699 |z (OCoLC)1055829161 |z (OCoLC)1056373222 |z (OCoLC)1065897244 |z (OCoLC)1069522703 |z (OCoLC)1075544642 |z (OCoLC)1097322216 |z (OCoLC)1100912319 |z (OCoLC)1103266576 |z (OCoLC)1104486775 |z (OCoLC)1105753111 |z (OCoLC)1123222619 |z (OCoLC)1124423436 |z (OCoLC)1125390772 |z (OCoLC)1127920784 |z (OCoLC)1129367759 |z (OCoLC)1136323031 |z (OCoLC)1179124776 |z (OCoLC)1196946437 |z (OCoLC)1202540975 |z (OCoLC)1240523061 | ||
042 | |a dlr | ||
050 | 4 | |a QA76.9.D5 |b F37 1998eb | |
082 | 0 | 4 | |a 005.2/762 |2 21 |
084 | |a 54.53 |2 bcl | ||
084 | |a PM 67 |2 blsrissc | ||
084 | |a PN 46(J10) |2 blsrissc | ||
049 | |a TXMM | ||
100 | 1 | |a Farley, Jim. | |
245 | 1 | 0 | |a Java distributed computing / |c Jim Farley. |
250 | |a 1st ed. | ||
264 | 1 | |a Sebastopol, CA : |b O'Reilly, |c 1998. | |
300 | |a 1 online resource (xiv, 368 pages) : |b illustrations. | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file |b PDF |2 rda | ||
490 | 1 | |a Java series | |
500 | |a Includes index. | ||
588 | 0 | |a Print version record. | |
505 | 0 | |a 1. Introduction. Anatomy of a Distributed Application. Requirements for Developing Distributed Applications. What Does Java Provide? -- 2. Networking in Java. Sockets and Streams. URLs, URLConnections, and ContentHandlers. The ClassLoader -- 3. Distributing Objects. Why Distribute Objects? What's So Tough About Distributing Objects? Features of Distributed Object Systems. Distributed Object Schemes for Java. CORBA. Java RMI. RMI vs. CORBA -- 4. Threads. Thread and Runnable. Making a Thread. Managing Threads at Runtime. Networked Threads -- 5. Security. Security Issues and Concerns. The java.security Package. Identities and Access Control. Keys: Public, Private, and Secret. Digital Signatures. Data Encryption. Choosing a Cryptographic Algorithm -- 6. Message-Passing Systems. Messages Defined. Why Do We Need Messages? Message Processing. Fixed Protocols. Adaptable Protocols. Message-Passing with Java Events. Using Remote Objects -- 7. Databases. An Overview of JDBC. | |
505 | 8 | |a Remote Database Applications. Multi-Database Applications -- 8. Bandwidth-Limited Systems. Flavors of Limited Bandwidth. Coping with Limited Bandwidth. Scope of This Chapter. Monitoring Bandwidth. Bandwidth Management -- 9. Collaborative Systems. What Is a Collaborative System? Issues with Collaboration. A Basic Collaborative Infrastructure -- 10. Building Collaborative Applications. A Simple Chat System. A Shared Whiteboard -- A. Using the Examples in Applets -- B. CORBA Services -- C. JavaSpaces -- D. RMI Quick Reference. | |
520 | 1 | |a "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."--Jacket. | |
590 | |a O'Reilly Online Learning Platform: Academic Edition (SAML SSO Access) | ||
650 | 0 | |a Java (Computer program language) | |
650 | 0 | |a Electronic data processing |x Distributed processing. | |
730 | 0 | |a WORLDSHARE SUB RECORDS | |
776 | 0 | 8 | |i Print version: |a Farley, Jim. |t Java distributed computing. |b 1st ed. |d Sebastopol, CA : O'Reilly, 1998 |z 1565922069 |w (DLC) 98134163 |w (OCoLC)38386902 |
830 | 0 | |a Java series (O'Reilly & Associates) | |
856 | 4 | 0 | |u https://go.oreilly.com/middle-tennessee-state-university/library/view/-/1565922069/?ar |z CONNECT |3 O'Reilly |t 0 |
949 | |a ho0 | ||
994 | |a 92 |b TXM | ||
998 | |a wi |d z | ||
999 | f | f | |s 444b10bb-d407-4e5e-8837-2d6ef00cfe04 |i 5751eac9-48a5-438d-8d62-ee9a93a386d9 |t 0 |
952 | f | f | |a Middle Tennessee State University |b Main |c James E. Walker Library |d Electronic Resources |t 0 |e QA76.9.D5 F37 1998eb |h Library of Congress classification |
856 | 4 | 0 | |3 O'Reilly |t 0 |u https://go.oreilly.com/middle-tennessee-state-university/library/view/-/1565922069/?ar |z CONNECT |