Kumar_Chirag
Kumar_Chirag

Reputation: 21

Need one example of osgi web example

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

Answers (4)

Peter Kirschner
Peter Kirschner

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

Bertrand Delacretaz
Bertrand Delacretaz

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

Achim Nierbeck
Achim Nierbeck

Reputation: 5285

You might be interested in the samples of Pax Web. These can be found here

Upvotes: 1

Paul Bakker
Paul Bakker

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

Related Questions