- 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.
- The Complete Rust Programming Reference Guide
- Python自然語言處理實戰:核心技術與算法
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- Apache Mahout Clustering Designs
- NGINX Cookbook
- D3.js By Example
- 軟件供應鏈安全:源代碼缺陷實例剖析
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Building Serverless Web Applications
- SQL Server 入門很輕松(微課超值版)
- C++ System Programming Cookbook
- Oracle 12c從入門到精通(視頻教學超值版)
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- PostgreSQL Developer's Guide
- 可視化H5頁面設計與制作:Mugeda標準教程