CTKPluginFramework.dox 1.1 KB

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