开发者

Is there a more modern implementation of CORBA?

I'm figuring that CORBA is considered a legacy technology that just refuses to die. 开发者_JS百科That being said, I'm curious if there are any known standards out there that are preferred (and are also as platform independent.)

Thoughts? TIA!


Many organization are moving to WebServices and the open standards relating to them (HTTP, WS-*) as alternatives to Corba.

This article provides a comparison of the two technologies and offers some recommendations on when to use which.

If you really care about platform independence and protocol standardization - then the WS-* standards are something to look into.


There is now a state of the art modern CORBA implementation using C++11, TAOX11. This uses the new IDL to C++11 language mapping. For TAOX11 see the TAOX11 website. TAOX11 is supported on a wide range of platforms and compilers.


I have recently tried Google Protocol buffers, they seem rather similar to CORBA by design (some kind of IDL with compiler, binary compact messages, etc). It is probably one of the many possible successors.

Web services are good for the right tasks but creating and parsing messages needs more time and text based messages are more bulky than binary ones. REST API with JSON looks like a good solution where binary protocols do not fit well.


ICE from ZeroC aims to be a "better CORBA".

Unfortunately their licensing terms are crap (at least last time I checked with them), as they do not sell developer licenses but only (roughly) per-installation terms.

It is offered via GPL license too, if you can live with this.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜