Any corba implementation in C#?

K

Kun Niu

Dear all,
I'm trying to write a client program in c# to communicate with omniorb.
Anyone here can give some kind of hints?
Thanks in advance.
 
J

Jeroen Mostert

Kun said:
I'm trying to write a client program in c# to communicate with omniorb.
Anyone here can give some kind of hints?

Borland had a CORBA implementation in C# Builder called Janeva once, but C#
Builder has since been subsumed into Delphi and AFAICT Janeva isn't
available separately.

Remoting.Corba is an open source project that aims to bring CORBA to .NET.
It's still in beta, but it looks promising:
http://sourceforge.net/projects/remoting-corba/
 
K

Kun Niu

Thanks.
I'll have a look at it first.

Jeroen Mostert said:
Borland had a CORBA implementation in C# Builder called Janeva once, but C#
Builder has since been subsumed into Delphi and AFAICT Janeva isn't
available separately.

Remoting.Corba is an open source project that aims to bring CORBA to .NET.
It's still in beta, but it looks promising:
http://sourceforge.net/projects/remoting-corba/
 
K

Kun Niu

Thank you for your reply.:)
It seems that it is what I want.
I'll try if it is stable enough.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top