• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

OSGI framework for Modular approach

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to use Apache felix OSGI Framework to enabling and disabling Bundles, updating and installing bundle in client side (once product is deployed). This is mainly use for modular programming. Thanks in advance.
Some of the resources i have used but not able to figure it out.
http://felix.apache.org/documentation/subprojects/apache-felix-framework/apache-felix-framework-usage-documentation.html#web-proxy-issues-when-installing-bundles
http://www.vogella.com/tutorials/OSGi/article.html
http://www.vogella.com/tutorials/EclipseJarToPlugin/article.html
http://www.vogella.com/tutorials/EclipseInternationalization/article.html
 
Bartender
Posts: 7645
178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suggest you decide which framework you want to use (Apache Felix or Eclipse Equinox) and then use tutorials specifically for that framework. While OSGi is an implementation independent API, each implementation will have its own quirks.

For Felix, introductory material is at http://felix.apache.org/documentation/getting-started.html

Beyond that, tell us what you tried in detail, and what the results were that differed form the tutorial, and we'll try to help.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic