[Mono-list] corba questions

Miguel de Icaza miguel@ximian.com
19 Jul 2001 13:23:30 -0400


> - are you talking about a CLI orb (written in c# perhaps)?
> - how would a corba implementation tie into that (would the idl compiler have 
> to build c# code or the langauge bound compiler require a CLR backend?

I would like to see this mre use just C# and the Reflection API to
achieve its goals.  Ie, do things "Automatically" for a C# developer.
This would not be a complete and compliant implementation of CORBA, as
I am sure we would miss something.

A more traditional approach would be to have an IDL compiler, but that
is half the fun of the no-skeleton approach that is possible with C#
and CORBA's Dynamic Invocation Interface and Dynamic Skeleton
Interface. 

Miguel.