Does any C++ Component Framework beyond Corba Components exist?

不打扰是莪最后的温柔 提交于 2020-01-04 06:29:15

问题


I'm looking for a C++ Component Framework like EJB3 (sure, it's Java only) or Corba Components. But I'm not looking for Corba Components.

My requirements are

  • portable (linux, unix, optional Windows)
  • C++ interfaces (so, it's not a requirement for the framework itself to be written in C++)
  • optinal well documented or good examples given

edit:

  • remote objects (remote procedure call) shall be supported. [XPCOM does not support remote objects]

Thanks in advance.


回答1:


I'm aware of a few things. I'm only remembering of (I don't have access to my bookmarks file)

  • ICE
  • Facebook's Thrift

I know there are other component oriented frameworks in C++.




回答2:


Mozilla's XPCOM is a mature, portable component framework.




回答3:


I have used ZeroC's ICE in the past and generally been impressed by it. It meets all of the requirements that you have put forth.




回答4:


PocoCapsule is an open source and portable C++ component assembly and deployment framework that supports CORBA and WebServices etc. remote components. It is well documented with rich examples.



来源:https://stackoverflow.com/questions/1310338/does-any-c-component-framework-beyond-corba-components-exist

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!