From the Publisher:
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.
Cited By
- Cañizares P, Núñez A, Filgueira R and de Lara J (2023). Parallel mutation testing for large scale systems, Cluster Computing, 27:2, (2071-2097), Online publication date: 1-Apr-2024.
- Satyanarayanan M, Beckmann N, Lewis G and Lucia B (2021). The Role of Edge Offload for Hardware - Accelerated Mobile Devices, GetMobile: Mobile Computing and Communications, 25:2, (5-13), Online publication date: 14-Sep-2021.
- Senagi K, Okeyo G, Cheruiyot W and Kimwele M (2016). An aggregated technique for optimization of SOAP performance in communication in Web services, Service Oriented Computing and Applications, 10:3, (273-278), Online publication date: 1-Sep-2016.
- Caizares P, Merayo M and Nez A (2016). EMINENT, Procedia Computer Science, 80:C, (63-73), Online publication date: 1-Jun-2016.
- Poyias K and Tuosto E (2015). A design-by-contract approach to recover the architectural style from run-time misbehaviour, Science of Computer Programming, 100:C, (2-27), Online publication date: 15-Mar-2015.
- Kawachiya K, Takeuchi M, Zakirov S and Onodera T Distributed garbage collection for managed X10 Proceedings of the 2012 ACM SIGPLAN X10 Workshop, (1-11)
- Burdette P, Jones W, Blose B and Kapfhammer G (2012). An empirical comparison of Java remote communication primitives for intra-node data transmission, ACM SIGMETRICS Performance Evaluation Review, 39:4, (2-11), Online publication date: 9-Mar-2012.
- Familiar M, Martínez J, Corredor I and García-Rubio C (2012). Building service-oriented Smart Infrastructures over Wireless Ad Hoc Sensor Networks, Computer Networks: The International Journal of Computer and Telecommunications Networking, 56:4, (1303-1328), Online publication date: 1-Mar-2012.
- Nilsen K Ada-Java middleware for legacy software modernization Proceedings of the 8th International Workshop on Java Technologies for Real-Time and Embedded Systems, (85-94)
- Yamagiwa S and Sousa L Design and implementation of a stream-based distributedcomputing platform using graphics processing units Proceedings of the 4th international conference on Computing frontiers, (197-204)
- Lima A, Cirne W, Brasileiro F and Fireman D A case for event-driven distributed objects Proceedings of the 2006 Confederated international conference on On the Move to Meaningful Internet Systems: CoopIS, DOA, GADA, and ODBASE - Volume Part II, (1705-1721)
- Sharp M and Rountev A (2006). Static Analysis of Object References in RMI-Based Java Software, IEEE Transactions on Software Engineering, 32:9, (664-681), Online publication date: 1-Sep-2006.
- Parra-Fuente J, Fernández-Alarcón M and Joyanes-Aguilar L Universal web application server Proceedings of the 10th WSEAS international conference on Computers, (997-1000)
- del Rey D, Crespo J, Anguita A, Ordóñez J, Dorado J, Bueno G, Feliú V, Estruch A and Heredia J Biomedical image processing integration through INBIOMED Proceedings of the 6th International conference on Biological and Medical Data Analysis, (34-43)
- Chaumette S, Grange P, Karray A, Sauveron D and Vigneras P Secure Distributed Computing on a Java Card" Grid Proceedings of the 19th IEEE International Parallel and Distributed Processing Symposium (IPDPS'05) - Workshop 5 - Volume 06
- Grolaux D, Glynn K and Van Roy P A fault tolerant abstraction for transparent distributed programming Proceedings of the Second international conference on Multiparadigm Programming in Mozart/Oz, (149-160)
- Järvensivu R, Pitkänen R and Mikkonen T Object-oriented middleware for location-aware systems Proceedings of the 2004 ACM symposium on Applied computing, (1184-1190)
- Lunney T and McCaughey A Object persistence in Java Proceedings of the 2nd international conference on Principles and practice of programming in Java, (115-120)
- Saywell M and Reeve J JDOS Proceedings of the 2003 international conference on Computational science: PartIII, (570-580)
Index Terms
- Java RMI
Recommendations
Efficient Java RMI for parallel programming
Java offers interesting opportunities for parallel computing. In particular, Java Remote Method Invocation (RMI) provides a flexible kind of remote procedure call (RPC) that supports polymorphism. Sun's RMI implementation achieves this kind of ...