CORBA from .NET - (dis)recommended libraries? [closed]

Deadly 提交于 2019-11-29 03:03:10
Makah

IIOP.NET is a good opensource project unfortenely the project stoped in 2007. The project doesn´t have much documentation, but it works.

I´m using valuetype in CORBA and IIOP.NET works well.

We used Visibroker C++ and put a .NET wrapper around it. Its a nightmare to maintain! The Janeva product might be OK but Borland don't seem very interested in it these days.

IIOP.Net may be your best bet.

You could use the libraries that are packaged with IKVM. IKVM provides a large portion of the JSE runtime as a set of .Net assemblies (the packaging as a set is a recent enhancement). Sun's java ORB implementation is included in this set of libraries. IKVM accomplishes this by compiling the Open JDK binaries into .Net CIL. You can reference the appropriate libraries and invoke the Java CORBA API directly from .Net code.

IONA ORBIX is the only one I have experience with.

It works as well as any CORBA broker could be expected too, but, its expensive.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!