资 源 简 介
PocoCapsule is an Inversion of Control (IoC) container, a.k.a Dependency Injection (DI) framework (see article [IoC vs DI](http://www.pocomatic.com/docs/whitepapers/ioc-vs-di)), as well as a Domain Specific Modeling (DSM) engine (see article [DSM in IoC](http://www.pocomatic.com/docs/whitepapers/dsm)). The main goals of PocoCapsule are to support declarative assemblying/deploying/configuring of component-based C/C++ applications and also to provide a platform that can easily be used even by domain users to quickly build other component frameworks in a descriptive modeling approach.
PocoCapsule is non-invasive and enforces neither a proprietary component programming model (such as their base classes or a set of pre-defined methods) nor any component-container couplings (such as registry or context lookup). It accepts _container-agnostic_ plain-old C/C++ objects (_POCO_) a