CORBA

132 阅读1分钟

文档

IDL

About the Interface Definition Language Specification Version 4.2 (omg.org)

java

Developing CORBA Applications (oracle.com)

c#

CORBA Connectivity: IDL to C# Type Mapping (intrinsyc.com)

IIOP.NET - Overview (sourceforge.net)

snaewe/iiop-net: IIOP.NET allows a seamless interoperation between .NET, CORBA and J2EE distributed objects. (This is a git svn mirror of https://iiop-net.svn.sourceforge.net/svnroot/iiop-net) (github.com)

多语言

Multi-Language CORBA Development with C++, Java, Perl, and C# (objectcomputing.com)

开源实现

  1. omniORB c++ python

omniORB

omniORB download | SourceForge.net

  1. TAOX11 c++

TAOX11 - The CORBA implementation for C++11

RemedyIT/taox11: TAOX11, the CORBA implementation for C++11 and newer (github.com)

  1. r2corba ruby

Remedy IT - R2CORBA

RemedyIT/r2corba: R2CORBA, the Ruby CORBA Implementation (github.com)

  1. DotNetOrb c#

mmendeza/DotNetOrb: CORBA C# (github.com)

demo

  1. java

johnngugi/CORBA-Example: A simple CORBA implementation using Java (github.com)

  1. c++/java/ruby/python

troeger/corba-example: This is a primitive CORBA echo server (and client) implementation in multiple languages, intended for educational purposes. (github.com)

IDL to language

  1. IDL→java

idlj - The IDL-to-Java Compiler (oracle.com)

  1. IDL→c#

IDL4 to C# Language Mapping | OpenDDSharp Documentation

  1. IDL→go 不确定是否是 IDL

cloudwego/thriftgo: An implementation of thrift compiler in go language. (github.com)

Apache Thrift - Go library