You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Marcel Offermans <ma...@luminis.nl> on 2012/06/01 02:26:45 UTC

Re: can web console RESTful API block until installation has been finished?

On May 23, 2012, at 19:49 , Neil Bartlett wrote:

> 2) Allow the REST interface to receive a zip of bundles; it would install and then start all of the enclosed bundles as a unit.

Or take a look at DeploymentAdmin and use that to install and update collections of bundles in a single transaction. This also has the benefit of being able to roll it back if anything fails halfway.

3) Receive all the JARs and cache them on disk or in memory on the server, and feed all of them to some kind of SerialExecutor that ensures they all get processed serially.

Greetings, Marcel


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org