Re: OSGi Installer API

2010-08-24 Thread Bertrand Delacretaz
Hi, On Mon, Aug 23, 2010 at 8:26 PM, Carsten Ziegeler cziege...@apache.org wrote: the current OSGi installer has three methods: ...I have the feeling that it would be nicer, if the client could submit several changes add once, so maybe instead of having a addResource and removeResource

OSGi Installer API

2010-08-23 Thread Carsten Ziegeler
Hi, the current OSGi installer has three methods: - registerResources : which is used to register all resources from the installer client like jcr install; this is usually invoked on startup - addResource : adds a resource during runtime - removeResource : removes a resource during runtime The