Servlet « Integration « Spring Q&A





1. Servlet spring-servlet is not available (Spring+BlazeDS Integration)    stackoverflow.com

I'm trying to setup a Flex project using the Spring + BlazeDS integration by working through the refcard kindly posted by James Ward on refcards.dzone.com. Some problems/challenges are sticking their heads out. ...

2. Servlet and Spring integration    stackoverflow.com

Here is my JSF and spring integration: I add

 <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
in the web.xml such that the Spring beans specified in the /WEB-INF/applicationContext.xml will be initialized and put in the ServletContext when the ...