I. Use Equinox to develop osgi applicationsProgram
Address: http://www.ibm.com/developerworks/cn/education/opensource/os-eclipse-osgi/index.html
Tutorial Introduction: This tutorial demonstrates how to use the Equinox framework for osgi application development in the eclipse environment. First, it explains the basic concepts and basic knowledge necessary to implement the above applications, and then combines them with examples.CodeDemonstrate some important technologies developed by osgi, and finally discuss the architecture generally used based on osgi applications, and how to deploy equinox osgi applications out of eclipse as a standard Java application.
Note: In this tutorial, there is a package org. Eclipse. Equinox. HTTP, which is not provided by eclipse by default.
You can download http://download.eclipse.org/equinox/ here
Select the version corresponding to eclipse, and then download the package from the list and put it in the eclipse plugins directory. Restart eclipse.
PS: Here is my project source code http://files.cnblogs.com/maxupeng/osgi.test.zip
Ii. Alternative evolution of osgi and Java modular framework
Address: http://developer.51cto.com/art/201003/190584.htm
Tutorial Introduction: Why is osgi designed like this and the history of osgi development?
3. Hello, osgi! Osgi entry-level read-only Series
Address: http://developer.51cto.com/art/200909/154762.htm
Tutorial Introduction: this series is an osgi getting started series serialized on javaworld. It is of great help to readers who have just begun learning osgi.
4. First Person's blog on osgi in China
Address: http://www.blogjava.net/BlueDavy/
This blog can be downloaded to the osgi practice and osgi advanced tutorials written by the blogger.
Address:Http://bluedavy.com/
This is the new independent blog address of the blogger.