Go to file
Chris Beams fa99401dff Introduce Servlet 3.0 WebApplicationInitializer
WebApplicationInitializer provides a programmatic alternative to the
traditional WEB-INF/web.xml servlet container deployment descriptor
for Servlet API 3.0+ environments.

This is done by building atop the new ServletContainerInitializer
support in Servlet 3.0. See SpringServletContainerInitializer for
complete details. And see WebApplicationInitializer Javadoc for
typical usage examples.

Issue: SPR-7672

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4377 50f2f4bb-b051-0410-bef5-90022cba6387
2011-05-30 12:53:32 +00:00
build-spring-framework preparations for 3.1 M2 release 2011-05-29 20:55:44 +00:00
org.springframework.aop
org.springframework.asm
org.springframework.aspects revised cache abstraction 2011-05-18 18:34:41 +00:00
org.springframework.beans CustomNumberEditor generically declares numberClass as subclass of Number (matching NumberUtils) 2011-05-29 20:55:15 +00:00
org.springframework.context RemoteExporter uses an opaque proxy for 'serviceInterface' exposure (no AOP interfaces exposed) 2011-05-29 20:52:37 +00:00
org.springframework.context.support fixed reflective class names 2011-05-29 22:00:14 +00:00
org.springframework.core Polish PropertySource and Environment Javadoc 2011-05-25 10:52:03 +00:00
org.springframework.expression moved applyIndexedObject internal, now invoked inside forObject static factory method 2011-05-23 01:08:18 +00:00
org.springframework.instrument
org.springframework.instrument.tomcat
org.springframework.integration-tests updated IntelliJ dependency descriptors 2011-05-29 20:43:52 +00:00
org.springframework.jdbc
org.springframework.jms
org.springframework.orm fixed JPA 2.0 timeout hints to correctly specify milliseconds (SPR-8086) 2011-05-29 20:52:03 +00:00
org.springframework.oxm SPR-8296 - Extension for CastorMarshaller - additional unmarshaller properties 2011-05-19 14:01:35 +00:00
org.springframework.spring-library
org.springframework.spring-parent
org.springframework.test
org.springframework.transaction Rename {Default=>Standard}Environment 2011-05-20 03:53:37 +00:00
org.springframework.web Introduce Servlet 3.0 WebApplicationInitializer 2011-05-30 12:53:32 +00:00
org.springframework.web.portlet Polish PropertySource and Environment Javadoc 2011-05-25 10:52:03 +00:00
org.springframework.web.servlet Added tests for @RequestMaping produces and consumes 2011-05-25 09:21:44 +00:00
org.springframework.web.struts
spring-framework-reference SPR-8218 MVC chapter updates 2011-05-27 17:09:53 +00:00
src/test/java/org/springframework/core/env
.gitignore
build.properties
build.versions
ci-build.properties
eclipse-code-formatter.xml
spring-framework.ipr
spring-framework.psf