[Mono-list] Some news about a CORBA ORB implementation for
.Net framework
Miguel de Icaza
miguel@ximian.com
21 Sep 2002 17:03:33 -0400
Hello,
> I started an implementation of a CORBA ORB for .Net framework, that
> should work also with Mono.
> The project page is at http://sourceforge.net/projects/harmless/
> <http://freshmeat.net/redir/harmless/33123/url_homepage/harmless>. The
> project is at the beginning, but the IDL is able to produce
> stub/skeleton for a subset of the IDL grammar, and it is able to
> interoperate with OpenORB.
Yes, we would be interested in a CORBA implementation, and it seems like
you have done some progress on your CORBA implementation.
You might want to take advantage of a feature in .NET called "Remoting"
(look at the various remoting*.cs files in mono/mono/tests). With this
it is possible to implement skeleton-less corba implementations.
Miguel.