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

From Commontk
Jump to navigationJump to search
mNo edit summary
Line 3: Line 3:
=== CTK Plugin Tutorials ===
=== CTK Plugin Tutorials ===


See this [[Documentation/CTK_Plugin_Framework:_Tutorials|list of tutorials]] targeting the CTK Plugin Framework.
This is a list of existing (or planned) tutorials:
 
* [{{fullurl:Documentation/CTK_Plugin_Framework: Setting up a project}}?action=purge Setting up a project using the CTK Plugin Framework]
* [{{fullurl:Documentation/CTK_Plugin_Framework: Embedding the CTK Plugin Framework}}?action=purge Embedding the CTK Plugin Framework in an existing application]
* Starting and configuring the Framework
* [[Documentation/CTK_Plugin_Framework: Creating a new CTK Plugin | Creating a new CTK Plugin]]
* Listen to service events


=== CTK Plugin Documentation ===
=== CTK Plugin Documentation ===

Revision as of 06:58, 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. See this list of Plugin Subprojects for more information.

CTK 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.