Showing posts with label Spring DM. Show all posts
Showing posts with label Spring DM. Show all posts

Friday, January 9, 2009

How to create OSGI bundles using PAX scripts

This following article(s) started to explore how PAX (see here for more information on PAX : http://wiki.ops4j.org/display/ops4j/Pax) scripts can be used with (or without) Spring DM
and help developer life to
  • create/modify OSGI bundles
  • deploy them in Equinox/Felix/...

How to create a Spring-DM bundle using PAX scripts - JQuantLib

http://aslamkhan.net/software-development/osgi-cookbook-1-a-simple-bean/

Tuesday, December 9, 2008

Tutorial introducing How to create, design a simple SOA solution using Camel and OSGI

After a few weeks of investigation about OSGI, I have decided to start to write a tutorial showing How we can design/create a Service Oriented Architecture using Camel in combination with OSGI standard. The first part of this tutorial has been published and next part will come soon.

Through this tutorial, the user will see how such a solution can be designed and deployed in two really interesting products : ServiceMix Kernel server (based on Apache Felix) and Spring Dynamic Server (based on Eclipse Equinox).

Link : http://cwiki.apache.org/confluence/display/CAMEL/tutorial-osgi-camel-part1