Felix
Felix是一个OSGi版本4规范的Apache实现。
The Felix project is organized into subprojects, where each subproject targets a specific OSGi specification or
OSGi-related technology;
current version: felix-framework-4.0.2
Start framwork:
java -jar bin/felix.jar
The main way to interact with the framework is via the supplied Apache Felix Gogo shell.
The Felix framework distribution comes with following bundles:
a. the Gogo Runtime (core command processing functionality),
b. Gogo Shell (text-based shell user interface),
c. Gogo Command (basic set of commands), and
d. Bundle Repository (a bundle repository service).
Frequently used commands:
1. to list installed bundles
felix:lb
2. to stop the System Bundle
stop 0
3. to install a bundle.jar bundle you type
felix:install file:/path/to/bundle/bundle.jar
...
Abbreviation
OBR: OSGi Bundle Repository
参考:
http://baike.baidu.com/view/2821526.htm
http://felix.apache.org/site/apache-felix-framework-usage-documentation.html
浙公网安备 33010602011771号