Top "Servlet-3.0" questions

Java Servlets 3.0 is a new API that supports extensibility/pluggability, Ease of Development (EoD) using the newer language features, Async and Comet support, Security, and other features being as part of the revision for Java EE 6.

SpringServletContainerInitializer cannot be cast to javax.servlet.ServletContainerInitializer

I am attempting to move a xml-based Spring MVC app to a Java Configuration based app. There appears to be …

spring spring-mvc servlet-3.0
Servlet-3 Async Context, how to do asynchronous writes?

Problem Description Servlet-3.0 API allows to detach a request/response context and answer to it later. However if I try …

java comet servlet-3.0
Java web app - What determines my Servlet API version? Does it get specified in web.xml?

I'm using Eclipse EE Juno and my current web application is using Dynamic web modules 2.4. I'm trying to bump the …

web-applications servlet-3.0
Tomcat 7 session cookie path

I'm having a huge problem with my application and Tomcat 7. My application needs to set session cookie to "/" path instead …

tomcat servlets tomcat7 servlet-3.0
How to use annotations instead of web.xml in the servlet to specify url

How to provide an annotation mapping for web.XML in annotation. I have done with web.XML. I want to …

servlet-3.0
RESTEASY003210: Could not find resource for full path : Tomcat

I am getting the following error: This is the stack trace: javax.ws.rs.NotFoundException: RESTEASY003210: Could not find resource …

java maven tomcat resteasy servlet-3.0
MultipartConfig with Servlet 3.0 on Spring MVC

How do I add in multipart configuration to a spring mvc app which uses controllers with methods annotated with RequestMapping? …

spring-mvc spring-security csrf multipart servlet-3.0
How to prevent net::ERR_INCOMPLETE_CHUNKED_ENCODING when using HTML5 Server events and Java Servlets?

i just started to play around with Server Events and i run into a chrome error message i would like …

java google-chrome servlet-3.0 server-sent-events
Spring Security without web.xml

What is the recommended way to add Spring Security to a web application that is using Spring's new WebApplicationInitializer interface …

spring-mvc spring-security servlet-3.0