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: Wed, 10 Apr 2019 12:31:03 -0400 Organization: Aioe.org NNTP Server Lines: 24 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: 8bit 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 X-Notice: Filtered by postfilter v. 0.9.2 Content-Language: en-US Xref: csiph.com comp.lang.java.programmer:38894 On 4/10/2019 9:46 AM, Sebastian wrote: > Am 09.04.2019 um 00:41 schrieb Arne Vajhøj: >> 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. > Or if you want a text-based protocol that can be used over any sort of > transport, look at Google Protocol Buffers. gRPC is Google ProtoBuf over HTTP. But ProtoBuf is as far as I know a binary format. Arne