June 05, 2005
Does anything exist for CORBA development in D?
I haven't found anything but I am willing to do something.
I would like to develop a corba based application server in D.

June 05, 2005
In article <d7tuqi$qaa$1@digitaldaemon.com>, Vegeta says...
>
>Does anything exist for CORBA development in D?
>I haven't found anything but I am willing to do something.
>I would like to develop a corba based application server in D.

Not that I know of. There's a project at dsource called "CORBA Suite" (http://svn.dsource.org/projects/corbasuite/). The description is "A suite of libraries and programs to allow OMG CORBA integration for D.". Unfortunately the SVN is empty, and there aren't even any posts in the forum. Apparently, it was something that Burton Radons was interested in.

jcc7