2002-11-01 13:01:34 +01:00
|
|
|
omniORB is a GPL'd Object Request Broker (ORB) which implements
|
|
|
|
specification 2.6 of the Common Object Request Broker Architecture (CORBA).
|
2000-09-15 17:40:52 +02:00
|
|
|
|
2002-11-01 13:01:34 +01:00
|
|
|
* Technical Highlights
|
2000-09-15 17:40:52 +02:00
|
|
|
- C++ language bindings are supported. The mapping conforms to the latest
|
2002-11-01 13:01:34 +01:00
|
|
|
revision of the CORBA specification.
|
2000-09-15 17:40:52 +02:00
|
|
|
- Support for the Portable Object Adapter (POA)
|
|
|
|
- Support for the Interoperable Naming Service (INS)
|
2002-11-01 13:01:34 +01:00
|
|
|
- The Internet Inter-ORB Protocol (IIOP 1.2) is used as the native protocol.
|
|
|
|
- The omniORB runtime is fully multithreaded.
|
|
|
|
- TypeCode and type Any are supported.
|
|
|
|
- DynAny is supported.
|
|
|
|
- The Dynamic Invocation and Dynamic Skeleton interfaces are supported.
|
2000-09-15 17:40:52 +02:00
|
|
|
- A COS Naming Service, omniNames, is provided.
|
|
|
|
|
2002-11-01 13:01:34 +01:00
|
|
|
* Work in progress
|
|
|
|
- Objects by value.
|
|
|
|
- Portable Interceptors.
|
|
|
|
|
|
|
|
* Missing features
|
|
|
|
- omniORB does not has its own Interface Repository. However, the omniifr
|
|
|
|
project aims to create one.
|
|
|
|
|
|
|
|
WWW: http://omniorb.sourceforge.net/
|