http inbound channel adapter in spring mvc environment
Hi
I have an application built with Spring ROO and I'm not sure of the best way to configure an http inbound channel adapter that will work alongside Spring MVC.
In the SI docs, there is a note
"If you are running within a Spring MVC application and using the BeanNameHandlerMapping, then the servlet definition is not necessary. In that case, the bean name for your gateway can be matched against the URL path just like a Spring MVC Controller bean."
Can any point me towards the best configuration within Spring ROO.
I'm using SI 1.0.4
Jon