On Tuesday 23 May 2006 15:40, Johan Compagner wrote:
> But this is not inside a servlet container?
> is OSGi the servlet container?

OSGi defines a HTTP Service in its R4 spec. The implementation of that, that 
we use is based on Jetty 4.2, done by one of the OSGi peeps. So, the Http 
server sits as a 'peer' to the servlets that its serves, and each bundle can 
register any number of servlets and resources to it, mounted into the URL 
space.

There is also work on getting OSGi work together with (or inside of) existing 
web application servers, such as Tomcat et al. We have not looked into this 
option yet, but will get there soon.


Cheers
Niclas


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to