JBoss OSGi 是 JBoss 组织实现的 OSGi 框架,其主要的目的包括如下两个方面:
- 为第三方的 OSGi 框架提供一个集成的平台;
- 基于 JBoss 微容器提供一个 OSGi 兼容框架。
JBossOSGi-1.1.0 发布了,下载地址:jboss-osgi-installer-1.1.0.jar
这是一个 OSGi Core 4.2 的框架,该版本主要是在 AS7 的集成方面上进行全面完善。
同时还包含如下改进:
- Concurrency optimizations throughout the framework
- Improved access to system and boot delegation packages
- Direct integration of many Felix, Aries and Ops4J bundles
- Added support for JSP pages in OSGi Web Applications
- Initial implementation of an OSGi Repository
- Capture OSGi frequently asked questions in the wiki
- Comprehensive coverage of AS7 / OSGi integration in user guide
- Add support for AS7 as remote testing target
- Replace the Standalone Runtime with AS7
Here are the change log details.
Additional to that we fixed 80+ OSGi related issues in the jboss-as-7.1.0 code base. Most notably there are
- Expose OSGi management through domain API
- Provide injectable BundleContext in JNDI
- Transactional integration endpoint (STOMP)
- Provide Repository API as general MSC service
- Remove Felix, Aries and Ops4J bundles from the AS7 distro
- Separate Configuration Admin subsystem
完整内容请参考 User Guide.
原文链接:http://www.open-open.com/news/view/14e79c2
【编辑推荐】