Reputation: 21
Can any one give one example of how OSGi is implemented for WEB-apps. For example, One page will have some block where other extensions can contribute to it.
It helps me in understanding the OSGI concepts. Thanks
Upvotes: 2
Views: 320
Reputation: 927
Here you can find a great and official OSGi example created by Peter Kriens. It is showing the whole way of doing OSGi for the web. Git Repo and here are the slide slides. The repo contains the different steps from the tutorial as branches.
Upvotes: 1
Reputation: 6100
My OSGi for mere mortals sample might help, it's a minimal example built from scratch that uses OSGi Declarative Services to provide plugins.
Upvotes: 1
Reputation: 5285
You might be interested in the samples of Pax Web. These can be found here
Upvotes: 1
Reputation: 1069
This is an example OSGi web app: https://bitbucket.org/amdatu/showcase. It uses RESTful web services (implemented as OSGi services) built on top of Amdatu and Angular.js for the front end.
Upvotes: 2