ACDKX ORB provides a lean/fast/easy to use CORBA ORB for ACDK.
ACDKX ORB (acdkx_orb)
Distribution version: 4.14.
Package version: 4.14.0.
ACDKX ORB provides a lean/fast/easy to use CORBA ORB for ACDK.
ACDK Core
ACDK Text
ACDK XML
org::omg
acdkx::arb
acdkx::orb
Roger Rene Kommer (kommer@artefaktur.com).
ACDK Free Edition License.
acdkx_orb implements a CORBA ORB for ACDK Objects.
It is designed to fit into the ACDK DMI concept, which
means that each CORBA object can be controled by any
ACDK DMI Client (ACDK C++, CfgScript, COM, Perl, Lisp, Python,
Tcl, Java) and each ACDK Server (ACDK C++, CfgScript, COM, Lisp, Java)
can provide its interfaces as CORBA components.
Different to official C++ language binding, the ACDK binding
is much more simple.
acdkx_orb provides a acdkmc plugin to generated static skeletons
directly from source (not IDL). For usage with other orbs the acdkxorbidl can be used
to generade IDL definitions from ACDK C++ headers.
An experimental dynamic binding can be used to comunikate via IIOP without any
static skeleton.
Panta rei.
This is version is beta. Some things works,
some other not.
===========================================================
4.13.0
- added -c option to acdkorbidl.
- fixed CDRObjectReader::readString() memory overwrite bug.
- implement dynamic dispatching using DmiProxy
===========================================================
4.10.0
Please refer also to ChangeLog.
- Minor compilation problems fixed.
===========================================================
4.02.0
- Configuration and documentation fixed
===========================================================
4.01.1
- Ajustments to modified metainfo
- minor documentation changes.
===========================================================
4.00.1
- Ajustments to Unicode and revised metainfo.
===========================================================
2.00.1
- Start Integration into ACDK DMI.
Corba Objects can act as DMI Server and
all ACDK DMI Server objects can be addressed
with CORBA clients.
- Introduced connection pooling.
- Make some unit tests.
- Not stable at the moment
===========================================================
1.01.0
- initial revision
|