osgi的学习地址

 最近在学习OSGi开发,切实感觉到OSGi这种开发技术的优势。JSR 277将部分的实现OSGi的功能,但是JSR 277需要在JDK 7中才能发布。目前OSGi的实现主要有Eclipse的equinox,Oscar和Knopflerfish。据说现在许多大型厂商IBM、BEA、Spring等等都宣布支持OSGi,看来未来几年内OSGi的流行是必然的。

    最近正在在开发一个企业平台,现在已经基本开发完毕。现在想把这个平台使用OSGi重写,所以一直在研究这个东西。现在关于OSGi的教程实在不多,花了许多力气在网上查找,找到下面这些教程,发过来大家分享一下:

1.官方网站:http://www.osgi.org
2.技术概述:http://osgi.org/osgi_technology/index.asp?section=2
3.技术白皮书:http://osgi.org/documents/collateral/TechnicalWhitePaper2005osgi-sp-overview.pdf
4.Oscar网站上的OSGi and Gravity Service Binder Tutorial http://oscar-osgi.sourceforge.net/tutorial/
5.Knopflerfish网站的Knopflerfish tutorial http://www.knopflerfish.org/tutorials/
6.aQute OSGi Tutorial http://www.aqute.biz/OSGi/Tutorial
7.http://clement.plop-plop.net/index.php?option=com_content&task=blogsection&id=5&Itemid=30
8.Glyn Normington是JSR 291专家组组长,他的博客上有一篇教程:http://underlap.blogspot.com/2007/01/creating-osgi-bundle.html
9.Clement的iPOJO是基于OSGi的 http://clement.plop-plop.net/images/slides/iPOJO%20-%20Another%20%28Service%29%20Component%20Model%20-%20jan07.ppt
10. Neil’s point-free blog上面的Getting Started with OSGi http://neilbartlett.name/blog/osgi-articles/

你可能感兴趣的:(eclipse,spring,service,IBM,osgi,平台)