Re: Discuss: CXFServlet and spring ApplicationContext

2010-12-01 Thread Daniel Kulp
On Monday 29 November 2010 7:16:25 pm Christian Schneider wrote: One thing I found is the spring DispatcherServlet: http://static.springsource.org/spring/docs/2.5.x/api/org/springframework/we b/servlet/DispatcherServlet.html Could we simply use this servlet to route requests to our services

Re: Discuss: CXFServlet and spring ApplicationContext

2010-11-30 Thread Sergey Beryozkin
Hi Christian On Tue, Nov 30, 2010 at 12:16 AM, Christian Schneider ch...@die-schneider.net wrote: One thing I found is the spring DispatcherServlet: http://static.springsource.org/spring/docs/2.5.x/api/org/springframework/web/servlet/DispatcherServlet.html Could we simply use this servlet

Discuss: CXFServlet and spring ApplicationContext

2010-11-29 Thread Christian Schneider
I am currently trying to dig deeper into the http transport. One part of the code that I really donĀ“t like is the CXFServlet. If I understand correctly it is being used when you want to have a servlet transport together with a spring application context. In the documentation

Re: Discuss: CXFServlet and spring ApplicationContext

2010-11-29 Thread Craig Tataryn
Actually it's used when you want to have web services reside within a Servlet container. It might be Spring aware, but should be Spring neutral. (AFAIK) Craig. On 2010-11-29, at 6:10 PM, Christian Schneider wrote: I am currently trying to dig deeper into the http transport. One part of the