CTKPluginFramework.dox 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /**
  2. \defgroup PluginFramework Plugin Framework
  3. \ingroup Libs
  4. \ingroup Projects
  5. The CTK Plugin Framework is an OSGi like modularization framework for building
  6. cross-platform, dynamic, and modular applications. See
  7. <a href="http://www.commontk.org/index.php/Documentation/Plugin_Framework">
  8. Introduction to the CTK Plugin Framework</a> for an overview.
  9. \defgroup ConfigAdmin Configuration Admin
  10. \ingroup PluginFramework
  11. \defgroup EventAdmin Event Admin
  12. \ingroup PluginFramework
  13. \defgroup LogService Log Service
  14. \ingroup PluginFramework
  15. \defgroup Metatype Metatype
  16. \ingroup PluginFramework
  17. */
  18. /**
  19. \page PluginFramework_Page The CTK Plugin Framework
  20. The CTK Plugin Framework can shortly be described as a dynamic component system
  21. for C++. It is directly based on the <a href="http://www.osgi.org">OSGi</a>
  22. specifications, hence any material explaining OSGi also applies to the CTK Plugin
  23. Framework (without the Java specifics, of course).
  24. Please see the <a href="http://www.commontk.org/index.php/Documentation/Plugin_Framework">
  25. the wiki page</a> for more information.
  26. Related pages about implemented OSGi specifications:
  27. - \subpage PluginFramework_EventAdmin_Page
  28. */