RSS RSS feed | Atom Atom feed

Very good OSGi introduction

I have found a very nice introduction on using OSGi: http://neilbartlett.name/blog/osgi-articles/#comment-223

I wish I could write articles like these, its clean and easy to follow.

The reason I am interested in this is because I am going to insert a plug-in system in BrainStreamer in one of the following versions.

In fact there will be 2 plug-in systems: in the server part and the client part.

In the server part the plug-in system should allow you to add plug-ins for:

  • New data types
  • New data sources
  • Dynamic data types

In the client:

  • Creating new views
  • Adding import and export modules
  • Adding scripting languages

Peter