We have an application which uses Spring BlazeDS integration. So far we have just been using Spring and Flex, and it is working fine. We now have a requirement to add some S
Add this to your web.xml:
contextConfigLocation classpath:spring/YOUR_APP_CONTEXT.xml
Both beans defined via scanning and direct definitions will be available for your BlazeDS and SpringMVC endpoints.