- 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.
- Mastering NetBeans
- C++程序設計(第3版)
- Mastering JavaScript Object-Oriented Programming
- Bulma必知必會
- 游戲程序設計教程
- SQL Server 2012數據庫管理與開發項目教程
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- Mastering Android Development with Kotlin
- 區塊鏈項目開發指南
- 小程序從0到1:微信全棧工程師一本通
- Scratch從入門到精通
- Mudbox 2013 Cookbook
- Python GUI Programming Cookbook(Second Edition)
- Java設計模式深入研究
- Learning Node.js for Mobile Application Development