FrameworkServlet « Web « Spring Q&A





1. FrameworkServlet.initWebApplicationContext() BUG?    forum.springsource.org

FrameworkServlet.initWebApplicationContext() BUG? In the FrameworkServlet.initWebApplicationContext() method the context is published as a servlet context attribute. Below is the relevant code. Code: protected WebApplicationContext initWebApplicationContext(){ ... String attrName = getServletContextAttributeName(); getServletContext().setAttribute(attrName, wac); ...

2. [Noob] FrameworkServlet and basic DI    forum.springsource.org

[Noob] FrameworkServlet and basic DI I am trying to create a basic servlet that does not require a MVC implementation. From what I can tell I should be able to do ...

3. FrameworkServlet is slow - puts 1.5sec to every request.    forum.springsource.org

FrameworkServlet is slow - puts 1.5sec to every request. Hello! I just started an application and I'm using hsqldb to store 20 objects in memory just for a proof of concept. ...

4. cannot get FrameworkServlet to work with servlet    forum.springsource.org

cannot get FrameworkServlet to work with servlet Hello, I'm working on a servlet (not struts) ajax backend. I'm trying to extend FrameworkServlet so that I can get dependancies in a more ...

5. extending FrameworkServlet and setter injection fails    forum.springsource.org

extending FrameworkServlet and setter injection fails Hi, I have a Servlet which is extending Spring's FrameworkServet using Spring 1.2.8. I have added some custom properties to my Servlet which I'd like ...

6. FrameworkServlet.class not found in version 2.5.4    forum.springsource.org

I've upgraded to 2.5.4 and encountered this: file org\springframework\web\servlet\FrameworkServlet.c lass not found can somone please tell me where this has gone? It used to be in the dist/spring.jar

7. FrameworkServlet    forum.springsource.org

FrameworkServlet Hello All, I am relatively new to Spring Webservices. When I deploy my webservice to the local tomcat, and try to access it, I get the following stacktrace. Seems like ...