Mike Shaver wrote:
> Ben Bucksch wrote:
>
>> * Figure out a way to discover available object services
>
> ...and figure out a way to populate the XPCOM interface info from an
> IR -- which isn't present as often as you might like =/.
Can you be a bit more precise? You mean, not many ORBs have an IR
(interface repository)? Of the open-source ORBs with C++ bindings, at
least MICO and ORBit support all of IR, DII and DSI.
Or do you refer to some other problem?
> That part's going to suck, and it's the part that keeps me from doing
> this some weekend. =)
Well, if there were a comfortable API for the XPCOM part (similar to IR,
DSI and DII for the CORBA part), including documentation, this would
ease the task tremenduosly. (Also for other native language mappings, I
presume.)
Or does that exist already, and I just didn't find it?