tuergeist
tuergeist

Reputation: 9401

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

edit:

Thanks in advance.

Upvotes: 2

Views: 1897

Answers (4)

user185779
user185779

Reputation:

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.

Upvotes: 1

Jared
Jared

Reputation: 91

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.

Upvotes: 1

MattyT
MattyT

Reputation: 6651

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

Upvotes: 1

Luc Hermitte
Luc Hermitte

Reputation: 32966

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

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

Upvotes: 6

Related Questions