How can I use Maven to configure BlazeDS AMF services with Spring? Obviously, I can’t just drop jars in my /WEB-INF/lib directory; I have to include the necessary dependencies, but many of the tutorials that exist refer to older versions or non-Maven projects. Thanks!
The pom.xml in the spring-flex-testdrive/testdrive project has all of the dependencies needed for the Spring BlazeDS Integration. You can get the spring-flex-testdrive from the Spring BlazeDS download page (just the regular Spring BlazeDS distribution).