2003-06-24 21:13:37 +02:00
|
|
|
The acronym MICO expands to MICO Is CORBA. The intention of this project
|
|
|
|
is to provide a freely available and fully compliant implementation of
|
2003-07-02 15:02:29 +02:00
|
|
|
the latest CORBA standard for C++ developers.
|
2002-04-20 01:18:19 +02:00
|
|
|
|
2003-06-24 21:13:37 +02:00
|
|
|
Here is some of MICO features:
|
|
|
|
* Multi-threaded
|
2003-07-02 15:02:29 +02:00
|
|
|
* Dynamic Invocation Interface (DII) and Dynamic Skeleton Interface (DSI)
|
|
|
|
* Interface Repository (IR) with graphical Interface Repository browser
|
2003-06-24 21:13:37 +02:00
|
|
|
* IIOP as native protocol (ORB prepared for multiprotocol support)
|
2003-07-02 15:02:29 +02:00
|
|
|
* Portable Object Adapter (POA) and Basic Object Adapter (BOA) support
|
2003-06-24 21:13:37 +02:00
|
|
|
* Objects by Value (OBV)
|
|
|
|
* CORBA Components (CCM)
|
|
|
|
* Dynamic Any
|
|
|
|
* Portable Interceptors (PI)
|
|
|
|
* Support for secure communication and authentication using SSL
|
|
|
|
* Support for nested method invocations
|
|
|
|
* Any offers an interface for inserting and extracting constructed
|
|
|
|
types that were not known at compile time
|
2003-07-02 15:02:29 +02:00
|
|
|
* CORBA Services:
|
|
|
|
o Interoperable Naming service, o Trading service, o Event service,
|
|
|
|
o Relationship service, o Property service, o Time service,
|
2003-07-07 09:24:02 +02:00
|
|
|
o Security service, o Lifecycle service, o Externalization service
|
2003-06-24 21:13:37 +02:00
|
|
|
|
|
|
|
WWW: http://www.mico.org
|