Whilst tapestry will happily work side-by-side with other servlets, you can get tapestry to instantiate a servlet and delegate to it. Here is my recent attempt at integrating DWR with tapestry before I abandoned the idea.
https://github.com/uklance/tapestry-push/blob/master/src/main/java/com/lazan/push/dwr/DwrHttpServletRequestFilter.java https://github.com/uklance/tapestry-push/blob/master/src/main/java/com/lazan/services/AppModule.java One of the benefits of this approach is that you can provide the functionality in a separate jar without needing to add to web.xml and you can configure the servlet init-params as tapestry symbols. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-get-a-service-whithout-using-Inject-tp5713412p5713424.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org