| Developer(s) | Apache Software Foundation |
|---|---|
| Stable release | 2.0.0 / 2009-09-11 |
| Written in | Java |
| Operating system | Cross-platform |
| Size | 750 KB (archived) |
| Development status | Active |
| Type | OSGi Service Platform |
| License | Apache 2.0 Licence |
| Website | http://felix.apache.org/ |
Apache Felix is an open source implementation of the OSGi Release 4 core framework specification.[1] The initial codebase was donated from the Oscar project at ObjectWeb.[2] The developers have worked on Felix for a full year and have made various improvements while retaining footprint and performance. In June 21 2007, the project graduated from incubation as top level project and considered the smallest size software at Apache Software Foundation.
Contents |
Running Felix
To run Apache Felix OSGi you need to download the felix-framework-2.x.x.tar.gz or felix-framework-2.x.x.zip compressed file from the site.[3] Once you have extracted the Felix framework distribution, from the command line in the extracted directory type the following:
java -jar bin/felix.jar
After that, bundles are installed running and typing command like help from the console will display all available commands, which are:
bundlelevel <level> <id> ... | <id> - set or get bundle start level. cd [<base-URL>] - change or display base URL. find <bundle-name> - display bundles matching substring. headers [<id> ...] - display bundle header properties. help - display impl commands. inspect - inspect dependency information (e.g., packages, service, etc.). install <URL> [<URL> ...] - install bundle(s). log [<max>] [error|warn|info|debug] - list recent log entries. obr help - OSGi bundle repository. ps [-l | -s | -u] - list installed bundles. refresh [<id> ...] - refresh packages. resolve [<id> ...] - attempt to resolve the specified bundles. shutdown - shutdown framework. start <id> [<id> <URL> ...] - start bundle(s). startlevel [<level>] - get or set framework start level. stop <id> [<id> ...] - stop bundle(s). sysprop [-r] [<key>] [<value>] - Display, set, modify and remove system properties. uninstall <id> [<id> ...] - uninstall bundle(s). update <id> [<URL>] - update bundle. version - display version of framework.
Projects Using Felix
The projects list below highlights the adoption Apache Felix
- ServiceMix 4 [4] - An open source ESB with an OSGi core. It also includes JBI support.
- Apache Sling - OSGi-based applications layer for JCR content repositories.
- EasyBeans - open source EJB 3 container.
- GlassFish (v3) - application server for J2EE.
- JOnAS 5 - open source Java EE 5 application server.
- Project Fuji in Open ESB v3 - Light weight and modular ESB core runtime.
- SIP Communicator - open source Java VoIP and multi-protocol instant messenger.
- modulefusion - open source collection for Java enterprise applications.
References
- ^ "OSGi Alliance Certified Products". OSGi Alliance Site. http://www.osgi.org/Markets/Certified. Retrieved 2008-10-03.
- ^ Project Oscar hosted at ObjectWeb
- ^ Apache Felix Downloads Site
- ^ Home page for the Apache ServiceMix 4
See also
External links
- Official website
- Oscar
- Oscar Bundle Repository
- Dynamic deployment with Apache Felix by Marcel Offermans at fosdem 2009
- Feathercast podcast about Felix released [1]
- DynamicJava, website provides pragmatic for developing Dynamic Java Applications.
- Bartlett, Neil (2009-01-10), OSGi In Practice (DRAFT ed.), pp. 229, http://s3.amazonaws.com/neilbartlett.name/osgibook_preview_20090110.pdf
|
|||||||||||||||||
| This free software-related article is a stub. You can help Wikipedia by expanding it. |
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)




