Ben Bucksch wrote:
> * XPCOM side
> * Look into XPConnect source, figure out how it works
> * Provide a nice interface ("XPCOM dynamic implementation
> interface") for that functionality.
> * CORBA side
> * Figure out, how DSI (dynamic skelelton interface) works.
> * Glue
> * Hook up DSI to the "XPCOM dynamic implementation
> interface".
Nonsense. Next try:
* XPCOM side
* Look into XPConnect source, figure out how it works.
* Provide a nice interface for that functionality:
* "XPCOM dynamic implementation interface" for
dynamically providing XPCOM components
* "XPCOM dynamic invocation interface" for dynamically
calling XPCOM methods, i.e. using XPCOM components
* CORBA side
* Figure out, how DSI (dynamic skeleton interface) works.
* Figure out, how DII (dynamic invocation interface) works.
(Done.)
* Figure out a way to discover available object services
* Glue
* Hook up DII and the CORBA service discovery to the "XPCOM
dynamic implementation interface"
* Hook up DSI to the "XPCOM dynamic invocation interface"