From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=2.0 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3bddf0a01feb351b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.46.193 with SMTP id x1mr11087659pbm.7.1318011555899; Fri, 07 Oct 2011 11:19:15 -0700 (PDT) Path: lh7ni13684pbb.0!nntp.google.com!news1.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nx01.iad01.newshosting.com!newshosting.com!news-out.readnews.com!transit3.readnews.com!s09-11.readnews.com!unm2.readnews.com.POSTED!not-for-mail X-Trace: DXC=Y@`K8F5nVG1iU[3OhcoN[H0PX44`8^\]>7Z25[I[UfBM:U;>5amoafHGWb6N3[WK>Yd_K0oHDS`=7MW4nGJUmF4OTPZ6QXeo5nKi[ X-Complaints-To: abuse@ngroups.net Date: Fri, 07 Oct 2011 20:19:08 +0200 From: Per Sandberg Reply-To: per.sandberg@bredband.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.22) Gecko/20110906 Fedora/3.1.14-1.fc14 Thunderbird/3.1.14 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Middleware options for Ada and visual C++ integration References: <9780344.1709.1318004551286.JavaMail.geo-discussion-forums@yqnv12> <3655691.234.1318008593795.JavaMail.geo-discussion-forums@vbay19> In-Reply-To: <3655691.234.1318008593795.JavaMail.geo-discussion-forums@vbay19> Message-ID: <4e8f42a2$0$20265$a8266bb1@newsreader.readnews.com> Organization: readnews.com - News for Geeks and ISPs NNTP-Posting-Host: 36675af5.newsreader.readnews.com Xref: news1.google.com comp.lang.ada:18342 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2011-10-07T20:19:08+02:00 List-Id: As i Stated in the previous not it all depends The solutions I know about are: WEB services with SOAP: Fairly straight forward and from the Ada side all is available in AWS. CORBA: with PolyORB and TAU elegant. But there seems to be some interoperability problems that may be related to sloppy coding in one of the applications. DDS: using RTIDDS lots of stuff to learn. Requires some budget and is pure PUB/SUB. 0MQ/JSON: kind of DYO but elegant. The above middleware choices are platform neutral and there may be more but these are the ones i got firs hand experience with. /And as always in software: "it all depends on..." /Per On 10/07/2011 07:29 PM, leandrohbatista wrote: > This could a good idea! > But porting the HMI do Ada it's not a choice yet. > > In fact, I'd like to setup a COM server in my Ada simulation and run the HMI in another PC for example using TCP/IP. > > So, I'm looking for a middleware that could interface Ada and C++. > > I started reading about DDS (data distribution service) and I found RTI DDS solution (http://www.rti.com/products/dds/index.html). > > Before choosing a middleware, I'd like to hear from Ada comunity, what solutions are you using as inter process communications? > > DDS, CORBA, PolyORB, DCOM, .NET, or are you developing your own solution (DYO)?