Documentation/CTK Plugin Framework: Getting Started: Difference between revisions

From Commontk
Jump to navigationJump to search
Line 25: Line 25:
* [[Documentation/CTK_Plugin_Log | Log Service]] {{Doing}}
* [[Documentation/CTK_Plugin_Log | Log Service]] {{Doing}}


=== CTK API Documentation ===
=== API Documentation ===


The [http://www.commontk.org/docs/html/classes.html API documentation] is also a good place to learn more about the CTK Plugin Framework capabilities.
The [http://www.commontk.org/docs/html/group__PluginFramework.html API documentation] is also a good place to learn more about the CTK Plugin Framework capabilities.


=== OSGi Tutorials ===
=== OSGi Tutorials ===

Revision as of 07:05, 17 November 2011

Home < Documentation < CTK Plugin Framework: Getting Started

The CTK Plugin Framework is directly based on the OSGi specifications, hence any material explaining OSGi also applies to CTK (without the Java specifics, of course).

CTK Plugin Tutorials

This is a list of existing (or planned) tutorials:

CTK Plugin Documentation

CTK provides default implementations for some OSGi specifications and other functionality.

The following list points to the sub-projects inside the CTK Plugin Framework. Sub-projects are either implementations of certain functionality in plug-ins (e.g. OSGi Compendium Service Specifications) or distinct functionality inside the CTK Plugin Framework library.

OSGi Compendium Services

API Documentation

The API documentation is also a good place to learn more about the CTK Plugin Framework capabilities.

OSGi Tutorials

There are many OSGi tutorials for the major OSGi frameworks (Equinox, Knopflerfish, and Apache Felix) on the web. The principles are the same and can be applied to CTK.

You may also want to read Neil Bartlett's free book on OSGi, which is available as a preview draft. You can skip the first 20 pages about Java class dependencies and read the rest of Part I. Basically everything described in Part I applies to the CTK Plugin Framework.

Specifications

The original OSGi specifications are a great read for detailed technical information about the plugin framework itself and the provided interfaces and implementations for the compendium services. The CTK Plugin Framework is based on OSGi Release 4 Version 4.2, with some API inspired by the upcoming Version 4.3.