mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
538a315bdf
* Remove broken URL * I'v broke mico on -STABLE accidentally. This patch fix it. * remove dependency on gcc 3.2. it's uselessly; * add multithread, SSL and full CORBA support; * pass maintainership to submitter PR: 53623 Submitted by: Sergey Matveychuk <sem@ciam.ru>
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
The acronym MICO expands to MICO Is CORBA. The intention of this project
|
|
is to provide a freely available and fully compliant implementation of
|
|
the latest CORBA standard.
|
|
|
|
Here is some of MICO features:
|
|
* IDL to C++ mapping
|
|
* Multi-threaded
|
|
* Dynamic Invocation Interface (DII)
|
|
* Dynamic Skeleton Interface (DSI)
|
|
* graphical Interface Repository browser
|
|
* Interface Repository (IR)
|
|
* IIOP as native protocol (ORB prepared for multiprotocol support)
|
|
* Portable Object Adapter (POA)
|
|
* 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
|
|
* CORBA Services: o Interoperable Naming service, o Trading service,
|
|
o Event service, o Relationship service, o Property service,
|
|
o Time service, o Security service
|
|
|
|
WWW: http://www.mico.org
|