Path: csiph.com!eternal-september.org!feeder.eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Andreas Leitgeb Newsgroups: comp.lang.java.programmer Subject: Re: more porting issues to Java 11 Date: Wed, 10 Apr 2019 18:13:03 -0000 (UTC) Organization: A noiseless patient Spider Lines: 15 Message-ID: References: Reply-To: avl@logic.at Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 10 Apr 2019 18:13:03 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="998162ad1f6365efd88c3e7ee70290e1"; logging-data="15507"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19z1l5Ze3q5OcQB9tGleEhT" User-Agent: slrn/1.0.3 (Linux) Cancel-Lock: sha1:2moGLzNqjoihNMFj/23+fzRjhco= Xref: csiph.com comp.lang.java.programmer:38897 Arne Vajhøj wrote: > 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. I'll keep that in my backhead... Thanks! For now, the glassfish-orb finally looks promising enough, to not actively pursue the alternatives.