- Distributed Computing in Java 9
- Raja Malleswara Rao Pattamsetti
- 177字
- 2021-07-02 21:02:33
RMI, CORBA, and JavaSpaces
Distributed computing has gotten stronger than before as it now provides the ability to handle communication over a network with distributed objects. Though there are a number of different ways to create distributed objects across a distributed network, distributed computing is preferred as it provides you the ability to access any component in? a distributed system. In this system, the number of resources and the way to access them has enriched with the use of technologies that let you handle distributed objects effectively. The protocol through which these objects can be communicated is an essential concept to understand.
In this chapter, we will cover the following topics:
- Remote Method Invocation (RMI)
- What is RMI?
- Key terminologies of RMI
- RMI for distributed computing
- RMI programming
- Common Object Request Broker Architecture (CORBA)
- CORBA standards
- Inter-ORB communication
- OMG IDL samples
- CORBA services
- CORBA programming
- JavaSpaces
- How Java 9 adds value
Let's start our discussion with RMI. This is where we will establish interaction between applications as per the concept of remotely deployed Java applications.
- DevOps with Kubernetes
- Getting Started with React
- Spring Cloud Alibaba微服務架構設計與開發實戰
- Android項目開發入門教程
- 青少年美育趣味課堂:XMind思維導圖制作
- C語言程序設計案例式教程
- 網店設計看這本就夠了
- Amazon S3 Cookbook
- Getting Started with Python Data Analysis
- Mastering Python Networking
- JavaScript:Moving to ES2015
- Spring Boot+MVC實戰指南
- .NET 4.5 Parallel Extensions Cookbook
- Java EE架構設計與開發實踐
- Java EE 8 and Angular