Embedding Felix into an existing web application

2008-05-30 Thread Don Brown
I'm working on several related projects using the same basic approach - embed Felix into an existing web application. For my day job, I'm working on embedding Felix to form the core of a new plugin module, where plugins are deployed as OSGi bundles. Our goal is to support complex, dynamically rel

Re: Question about Deployment Admin and Bundle Repository.

2008-05-30 Thread Karl Pauls
On Fri, May 30, 2008 at 2:50 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > Hi, > > Am Freitag, den 30.05.2008, 08:30 -0400 schrieb Mathieu Plourde: >> In the Deployment Admin implementation of Felix, is there something to treat >> deployment package repositories? Let's say I want a repository

Re: Question about Deployment Admin and Bundle Repository.

2008-05-30 Thread Karl Pauls
On Fri, May 30, 2008 at 6:12 PM, Sahoo <[EMAIL PROTECTED]> wrote: > Felix Meschberger wrote: >> >> The Deployment Admin on the other defines a packaging specification >> (with extensibility) to package multiple bundles into a single package >> and deploy it to some running OSGi frameworks. The depl

RE: obr for felix bundles?

2008-05-30 Thread Clement Escoffier
> -Message d'origine- > De : Felix Meschberger [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 30 mai 2008 02:08 > À : users@felix.apache.org > Objet : RE: obr for felix bundles? > > Hi, > > Sounds very good ! Let's go ;-) > > One question, though: You said the remote OBR deployment woul

Re: Question about Deployment Admin and Bundle Repository.

2008-05-30 Thread Sahoo
Felix Meschberger wrote: The Deployment Admin on the other defines a packaging specification (with extensibility) to package multiple bundles into a single package and deploy it to some running OSGi frameworks. The deployment package may declare further dependencies which must be resolved in the

RE: obr for felix bundles?

2008-05-30 Thread Clement Escoffier
> -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Stuart > McCulloch > Envoyé : jeudi 29 mai 2008 21:17 > À : users@felix.apache.org > Objet : Re: obr for felix bundles? > > 2008/5/30 Clement Escoffier <[EMAIL PROTECTED]>: > > > Hi, > > > > I finally

Re: Question about Deployment Admin and Bundle Repository.

2008-05-30 Thread Felix Meschberger
Hi, Am Freitag, den 30.05.2008, 08:30 -0400 schrieb Mathieu Plourde: > In the Deployment Admin implementation of Felix, is there something to treat > deployment package repositories? Let's say I want a repository of deployment > packages on a server, is there anything similar to what the OBR does,

Re: Question about Deployment Admin and Bundle Repository.

2008-05-30 Thread Mathieu Plourde
In the Deployment Admin implementation of Felix, is there something to treat deployment package repositories? Let's say I want a repository of deployment packages on a server, is there anything similar to what the OBR does, but for deployment packages? Is there a standard for that? In my applicatio