Bertrand Delacretaz wrote: > Hi, > > On Thu, Sep 4, 2008 at 4:13 PM, Bertrand Delacretaz (JIRA) > <[EMAIL PROTECTED]> wrote: >> Key: SLING-646 >> URL: https://issues.apache.org/jira/browse/SLING-646... > > We (me and other people at Day) have been exeprimenting with > jcrinstall and jcrbundles in the last few weeks, find the resulting > spec in that issue. > > Comments are welcome, of course. > I like the basic idea, but I think we should not reinvent the wheel here. The OSGi spec has the notion of deployment packages which can contain different types of resources (bundles, configurations, etc.) and you can register own resource processors to handle own packaging types.
So I think supporting bundles and deployment packages is enough. Everything else can just be put into a deployment package is handled on a more general level. You could of course use the same interface and mechanism as the deployment admin uses and there make use of already registered resource processors. But in the end this would be a reimplementation of the deployment admin. Carsten -- Carsten Ziegeler [EMAIL PROTECTED]
