Torgeir Veimo wrote:
On 17 Dec 2007, at 20:03, Bertrand Delacretaz wrote:
...Would this enable microsling to run without any OSGi framework at
all?...
No, but as Carsten says in his "synchronicity" email (we didn't talk
about that off-list before, honest ;-), the Apache Felix OSGi runtime
is quite small, and starts very quickly.
But there are still issues for those that still need to be able to
deploy into tomcat, if OSGi is required?
No, you can deploy an OSGi based webapp in any servlet engine - and of
course
this works with Sling as well. You'll find a sample in the sling
launcher/webapp project. You can deploy the resulting webapp into Tomcat.
Carsten