Hi, Can somebody help me with the issue of integrating CXF RestFull service with Spring DispatcherServlet. Here is my issue.
I have a ReST endpoint configured using CXF. I have a requestHandler which intercepts the request and do the authentication/authorization. Once this is done, I would like to have Spring DispatcherServlet to take the control and invoke the appropriate spring controller. I am having hard time to have CXF Rest features and Spring MVC work together.....any solutions/references/material would be really appreciated. Thanks, =Mahesh Kambam.
