- Distributed Computing in Java 9
- Raja Malleswara Rao Pattamsetti
- 143字
- 2021-07-02 21:02:36
Java support for CORBA
Java has great support for using CORBA standards for several reasons, including the following:
? It is an object-oriented programming language
? It supports application portability across multiple platforms
? It provides seamless integration across web applications
? It has a strong component model with features such as enterprise Java beans.
CORBA's high-level object paradigm for distributed objects provided by Java with OMG IDL binding includes the following:
? Interfaces' definition with UML and no knowledge of their future implementations
? Easy integration with other applications developed in a different technology through IDL
? Distributed application integration across the globe
? Ability of the binding to generate code for remote communication
? Accessibility from binding to standard CORBA features
These features further extend the suitability of CORBA for the development of diverse distributed systems.
- Docker and Kubernetes for Java Developers
- 實用防銹油配方與制備200例
- Android 9 Development Cookbook(Third Edition)
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- 秒懂設計模式
- Kotlin Standard Library Cookbook
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- 計算機應用基礎實踐教程
- PLC應用技術(三菱FX2N系列)
- C/C++程序員面試指南
- 軟件測試實用教程
- Python深度學習:模型、方法與實現
- Node.js實戰:分布式系統中的后端服務開發
- Python數據預處理技術與實踐