On Aug 30, 2007, at 5:13 AM, Raj Saini wrote:

However, it would be nice to provide the standalone web application which users can deploy inside their application. For example, I embed ActiveMQ in one of my web application. Earlier I was forced to use the embedded Jetty (i.e. running a servlet (Jetty) container inside another contain (Tomcat). Standalone web application should be deployable in any servlet container.

The HttpRequest and HttpResponse interfaces we have in use so far have jetty and servlet (tomcat) implementations in Geronimo -- I copied the interfaces over to do the webservices support which is also http bound. So if we wanted we could use things written against them in our little web server, jetty or tomcat.

Course none of the MVC frameworks out there user our little interfaces, so it might not be where we want to go for GUI stuff.

-David

Reply via email to