[原创]介绍 ORBacus
--> 什么是 ORBacus? 1、 ORB:Object Request Broker CORBA:Common Object Request Broker Architecture 2、 ORBacus:an ORB that is compliant with the CORBA specification as defined in “The Common Object Request Broker: Architecture and Specification” and “IDL/Java Language Mapping”. --> ORBacus 的精华在于: 1、 Release 3.1: Full CORBA IDL support Complete CORBA IDL-to-C++ mapping Complete CORBA IDL-to-Java mapping Includes the Basic CORBA Services Naming, Event and Property Pluggable Protocols with IIOP as the default plug-in Single - and Multi – Threaded support with several concurrency models: Blocking, Reactive, Threaded, Thread-per-Client, Thread-per-Request and Thread Pool Nested method invocations, even in the single-threaded version Support for timeouts Seamless event loop integration with X11 and Windows Full support for dynamic programming: Dynamic Invocation Interface, Dynamic Skeleton, Interface Repository and DynAny IDL-to-HTML and IDL-to-RTF translators for generating “javadoc”-style documentation 2、 Release 4.0: Full CORBA IDL support C++ and Java Language mappings Simple configuration and bootstrapping Portable Object Adapter Objects by value Portable Interceptors Single – and Multi – Threaded Active Connection Management Fault Tolerant Extensions Dynamic Invocation and Dynamic Skeleton Interface Dynamic Any Interface and Implementation Repository Pluggable Protocols IDL –to-HTML and IDL-RTF documentation tools Includes Naming, Trading, Event, Property and Time Service
|