Path: csiph.com!aioe.org!.POSTED.cb9Nacl+FeRHT1LxAuIWLA.user.gioia.aioe.org!not-for-mail From: =?UTF-8?Q?Arne_Vajh=c3=b8j?= Newsgroups: comp.lang.java.programmer Subject: Re: more porting issues to Java 11 Date: Mon, 8 Apr 2019 18:41:59 -0400 Organization: Aioe.org NNTP Server Lines: 17 Message-ID: References: NNTP-Posting-Host: cb9Nacl+FeRHT1LxAuIWLA.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 Content-Language: en-US X-Notice: Filtered by postfilter v. 0.9.2 Xref: csiph.com comp.lang.java.programmer:38885 On 4/8/2019 12:40 PM, Andreas Leitgeb wrote: > PS: I'd also appreciate hints about what people are *supposed* to use > instead of corba nowadays. (Server is in C++ and client in Java, and > getting them into the same language is infeasible.) Most obvious: use web service. If you really want a binary protocol and an IDL then look at Thrift or gRPC. Many like gRPC better but I actually like Thrift better. Arne