Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 697
tuergeist Avatar asked Mar 14 '26 04:03

tuergeist


1 Answers

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++.

like image 135
Luc Hermitte Avatar answered Mar 15 '26 19:03

Luc Hermitte



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!