- Distributed Computing in Java 9
- Raja Malleswara Rao Pattamsetti
- 274字
- 2021-07-02 21:02:36
Common Object Request Broker Architecture (CORBA)
CORBA is the acronym for Common Object Request Broker Architecture. It is an open source, vendor-independent architecture and infrastructure developed by the Object Management Group (OMG) to integrate enterprise applications across a distributed network. OMG is a nonprofit global software association that sets the distributed object computing standards. CORBA specifications provide guidelines for such integration applications, based on the way they want to interact, irrespective of the technology; hence, all kinds of technologies can implement these standards using their own technical implementations.
When two applications/systems in a distributed environment interact with each other, it is often true that there are quite a few unknowns between those applications/systems, including the technology they are developed in (such as Java/ PHP/ .NET), the base operating system they are running on (such as Windows/Linux), or system configuration (such as memory allocation). They communicate mostly with the help of each other's network address or through a naming service. Due to this, these applications end up with quite a few issues in integration, including content (message) mapping mismatches. As discussed in the socket/remote method invocation programming section, the publisher may not always know the receiver details well.
An application developed based on CORBA standards with standard Internet Inter-ORB Protocol (IIOP), irrespective of the vendor that develops it, should be able to smoothly integrate and operate with another application developed based on CORBA standards through the same or different vendor. This rule is true even if the applications are run on different operating systems or servers or developed with a different technology and connected over the distributed network.
- Practical Data Analysis Cookbook
- Django開(kāi)發(fā)從入門(mén)到實(shí)踐
- 碼上行動(dòng):零基礎(chǔ)學(xué)會(huì)Python編程(ChatGPT版)
- INSTANT MinGW Starter
- Building Mapping Applications with QGIS
- jQuery Mobile移動(dòng)應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)(第3版)
- Java面向?qū)ο蟪绦蛟O(shè)計(jì)
- GameMaker Essentials
- Kubernetes源碼剖析
- Python 3 Object:oriented Programming(Second Edition)
- C語(yǔ)言從入門(mén)到精通
- Vue.js 3.x高效前端開(kāi)發(fā)(視頻教學(xué)版)
- Hadoop Blueprints
- Learning Alfresco Web Scripts
- 城市信息模型平臺(tái)頂層設(shè)計(jì)與實(shí)踐