Gnome originally used MICO (Mico Is COrba), but it was really slow, bloated and hard to compile, so Red Hat sponsored the writing of ORBit, which is a fast and lightweight replacement for Corba.
Corba, the Common Object Request Broker Architecture, is an object model with
many advantages, which Bonobo benefits from, like transparent network objects,
language independency, vendor independency, and it separates interface and
implementation.
Because CORBA is hard to use, leaves many things unspecified, and is not
a component model in itself, Bonobo tries to fill those gaps.
IDL, the Interface Definition Language supports Modules, basic types (short, int, long, long long, ...), interfaces (methods and attributes), and other things like typedefs, strucs, enums, sequences, and unions.
Bonobo controls allow for visual embedding of components. They are a powerful way to package high level widgets, they are pluggable and interchangable, similar to ActiveX controls, and they are used for pluggable apps like Nautilus and Evolution.
That's it for the random notes from their Tutorial. Unfortunately, since it's an
"written on the plane talk", there aren't slides available that I know of. You
can however learn more about Bonobo by checking out this
web page
from the Gnome web site.
Picture library | Back to Main Page | Next page |
2001/01/27 (18:03): Version 1.0
2001/01/29 (00:46): Version 1.1. Added link to Bonobo info
2001/01/29 (13:14): Version 1.2. Fixed Bonomo typo (thanks Karsten)