Any corba implementation in C#?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?S3VuIE5pdQ==?=

    Any corba implementation in C#?

    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.
  • Jeroen Mostert

    #2
    Re: Any corba implementation in C#?

    Kun Niu wrote:
    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:
    Download Remoting.Corba for free. Remoting.Corba is a .NET library that provides IIOP support for the .NET Remoting system. This allows developers to write applications in C# and Visual Basic .NET that interoperate with CORBA systems, without need for an ORB or a SOAP/CORBA bridge.


    --
    J.

    Comment

    • =?UTF-8?B?QXJuZSBWYWpow7hq?=

      #3
      Re: Any corba implementation in C#?

      Kun Niu wrote:
      I'm trying to write a client program in c# to communicate with omniorb.
      Anyone here can give some kind of hints?
      I have never used it myself, but I have seen it mentioned
      a couple of times:


      Arne

      Comment

      • =?Utf-8?B?S3VuIE5pdQ==?=

        #4
        Re: Any corba implementation in C#?

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

        "Jeroen Mostert" wrote:
        Kun Niu wrote:
        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:
        Download Remoting.Corba for free. Remoting.Corba is a .NET library that provides IIOP support for the .NET Remoting system. This allows developers to write applications in C# and Visual Basic .NET that interoperate with CORBA systems, without need for an ORB or a SOAP/CORBA bridge.

        >
        --
        J.
        >

        Comment

        • =?Utf-8?B?S3VuIE5pdQ==?=

          #5
          Re: Any corba implementation in C#?

          I'll be of great interest if I can run it on Linux.
          Thanks.

          "Arne Vajhøj" wrote:
          Kun Niu wrote:
          I'm trying to write a client program in c# to communicate with omniorb.
          Anyone here can give some kind of hints?
          >
          I have never used it myself, but I have seen it mentioned
          a couple of times:

          >
          Arne
          >

          Comment

          • =?UTF-8?B?QXJuZSBWYWpow7hq?=

            #6
            Re: Any corba implementation in C#?

            Kun Niu wrote:
            "Arne Vajhøj" wrote:
            >Kun Niu wrote:
            >>I'm trying to write a client program in c# to communicate with omniorb.
            >>Anyone here can give some kind of hints?
            >I have never used it myself, but I have seen it mentioned
            >a couple of times:
            > http://iiop-net.sourceforge.net/
            I'll be of great interest if I can run it on Linux.
            It states that it runs with Mono, so ...

            Arne

            Comment

            • =?Utf-8?B?S3VuIE5pdQ==?=

              #7
              Re: Any corba implementation in C#?

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

              "Arne Vajhøj" wrote:
              Kun Niu wrote:
              "Arne Vajhøj" wrote:
              Kun Niu wrote:
              >I'm trying to write a client program in c# to communicate with omniorb.
              >Anyone here can give some kind of hints?
              I have never used it myself, but I have seen it mentioned
              a couple of times:
              http://iiop-net.sourceforge.net/
              I'll be of great interest if I can run it on Linux.
              >
              It states that it runs with Mono, so ...
              >
              Arne
              >

              Comment

              Working...