CORBA::ORBit 0.3 released




Version 0.3.0 of CORBA::ORBit is available from:

 http://people.redhat.com/otaylor/corba/orbit.html

It will also be available on CPAN once propagation occurs.
See:

 http://www.perl.com/otaylor/authors/id/OTAYLOR/


What is CORBA::ORBit
====================

CORBA::ORBit is a Perl binding for ORBit. It is based on code from my
earlier module CORBA::MICO, which was a binding for MICO.

The nifty thing about CORBA::ORBit is that you don't need to to create
the stubs/skeletons as a separate step. You can either point it
directly at an IDL file that it will parse directly, or it can it can
get the information from an interface repository.  (Not the ORBit IR,
yet.)

It is also very compact in terms of the amount of code necessary to
implement clients and servers. CORBA::ORBit will work out of the box
with the Gtk:: Perl module, and an example of this is included.

Changes in 0.3.0
================

0.3.0 is a bug fix release. It fixes several major memory leaks,
problems with marshalling system exceptions, and a problem where the
correct flags were not being passed to libIDL to enable the
recognition of typecodes in IDL files.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]