An OSGi framework implementation

类别:Java 点击:0 评论:0 推荐:
http://oscar.objectweb.org/

What is Oscar?

Oscar is an open source implementation of the Open Services Gateway Initiative (OSGi) framework specification; the goal is to provide a completely compliant implementation of the OSGi framework specification. Oscar is currently compliant with a large portion of the OSGi 3 specifications, although certain compliance work still needs to be completed. Despite this fact, the OSGi framework functionality provided by Oscar is very stable and is in use by many people.

Even though OSGi targets the embedded device market, the framework is ideally suited for experimenting with component-oriented and service-oriented computing in general. For example, Oscar can be easily embedded into other projects and used as a plugin or extension mechanism; it serves this purpose much better than other systems that are used for similar purposes, such as Java Management Extensions (JMX). For some example projects that use OSGi, refer to the community section below.

One of the my personal targets in experimenting with Oscar is to realize dynamic assembly of applications, where only skeleton applications exist and nearly all functionality is provided and extended at run time by downloading new components and services. Other areas of interest include security and techniques for ensuring quality properties of applications in such a dynamic, component-based environment. Stepping back futher, the notion of managing and maintaining many hundreds if not thousands of such service containers dispersed across the Internet is also interesting and harks back to many software deployment issues.

Of course, since OSGi is intended for embedded device applications, I am also keeping my mind open for interesting applications in those areas as well. The OSGi framework is small and reasonable lightweight, which makes it well suited for small devices, like PDAs. For example, here are some screenshots of Oscar running on a Sharp Zaurus.

What is OSGi?

OSGi is an independent corporation that is defining a specification to deliver services over wide-area networks to local area networks and devices. OSGi has over 70 participants and is currently enjoying industry-wide support. For more more information on OSGi or to retrieve the specification, refer to the OSGi web site.

本文地址:http://com.8s8s.com/it/it13111.htm