Juergen Hoeller
597e92a1a6
Java 5 code style
16 years ago
Juergen Hoeller
9e419dacfc
added script resources
16 years ago
Arjen Poutsma
f56ee389e7
Petclinic is RESTful.
16 years ago
Arjen Poutsma
1929f67f02
Petclinic is RESTful.
16 years ago
Juergen Hoeller
e9649b3a34
added JUnit 4.5 compatibility note
16 years ago
Juergen Hoeller
582c564fa3
removed deprecated methods
16 years ago
Juergen Hoeller
3d1a709a5e
fixed buildExceptionMessage to avoid potential NPE (SPR-5275)
16 years ago
Juergen Hoeller
0038aaa697
ContextLoaderListener extends ContextLoader
16 years ago
Arjen Poutsma
693ae0c2b0
Removing my own name from the pets database.
16 years ago
Juergen Hoeller
ae34a8cb1b
basic JUnit 4.5 compatibility (accepting use of deprecated SPI)
16 years ago
Juergen Hoeller
22d3272117
updated for JRuby 1.1
16 years ago
Juergen Hoeller
51577b2a07
actually delegate from resolveContextualObject to resolveReference
16 years ago
Juergen Hoeller
05bebb0c05
completed value annotation support; Java 5 code style updates
16 years ago
Arjen Poutsma
998511a375
Petclinic seems to work
16 years ago
Arjen Poutsma
29c8f37ccc
Petclinic seems to work
16 years ago
Arjen Poutsma
a51268a31c
Added petclinic db
16 years ago
Arjen Poutsma
9d3cb3a47e
Added petclinic sample
16 years ago
Juergen Hoeller
68dfd9efe8
fixed javax.el version range (following 2.5.6.A)
16 years ago
Juergen Hoeller
97b1fd0fc4
fixed javax.el version range (following 2.5.6.A)
16 years ago
Juergen Hoeller
347f34c68a
EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style
16 years ago
Ben Hale
369821dd66
spring-build update
16 years ago
Arjen Poutsma
efb0ab79f9
SPR-5251: URI Templates support relative @RequestMappings (on class level, with more specific mapping on method level)
16 years ago
Arjen Poutsma
27ed13f44d
SPR-5251: URI Templates support relative @RequestMappings (on class level, with more specific mapping on method level)
16 years ago
Arjen Poutsma
2b2805058b
Javadoc
16 years ago
Arjen Poutsma
cc5d3ec389
Increased timings of performance test, because the 100 ms does not work on our CI server.
16 years ago
Ben Hale
6379c69c38
Forgot a file
16 years ago
Ben Hale
4271f6d9e1
Upgrade to spring-build. Added dm Server library file
16 years ago
Arjen Poutsma
4e65f48f72
Added test and testsuite intellij projects.
16 years ago
Arjen Poutsma
bb5150361b
SPR-5251: URI Templates support infix variables: A-{B}-C
16 years ago
Arjen Poutsma
90ef7649c2
SPR-5251: URI Templates support /**-style paths
16 years ago
Arjen Poutsma
b33db73c93
SPR-5251: URI Templates for @InitBinder
16 years ago
Arjen Poutsma
fe72e8a5f7
SPR-5251: URI Templates in @RequestMapping
16 years ago
Scott Andrews
a1faaad9fa
SPR-5299 TLDs must be located under META-INF
...
Moving spring.tld and spring-form.tld under /src/main/resources/META-INF so they can be automatically discovered by the servlet container.
16 years ago
Arjen Poutsma
fe29a711f3
Updated projects and ivy.xmls
16 years ago
Arjen Poutsma
b313de0d1e
Added test for ServletAnnotationMappingUtils
16 years ago
Scott Andrews
7d1f2bd1da
SPR-5267 Support for PUT and DELETE in spring:form tag
...
Any HTTP method passed to the spring-form:form tag other then GET or POST will automatically be defaulted to POST on the form tag and a hidden input field is created with the requested HTTP method. By default, the hidden field is named '_method', the name can be overridden using the methodParam attribute on the spring-form:form tag.
16 years ago
Scott Andrews
912c1234cd
SPR-5298 JSP tag for building URLs with URI templates
...
Created spring:url and spring:param tags that enhance the functionality of the JSTL c:url tag. URI templates are supported in the url value attribute. They are resolved against the params defined inside the url tag body. Params that are unable to be applied as URI template are added to the query string.
16 years ago
Scott Andrews
ecb86b46a4
syncing eclipse classpath settings
16 years ago
Arjen Poutsma
24e34c894b
Fixed test
16 years ago
Arjen Poutsma
c62d4cb438
Generified StringUtils, and replaced StringBuffer usage with StringBuilder
16 years ago
Arjen Poutsma
ba42594112
SPR-4927: Return 405 instead of 404 when HTTP method is not supported
16 years ago
Arjen Poutsma
f7a45460cc
SPR-5267: Support for PUT and DELETE in spring:form tag
16 years ago
Thomas Risberg
e9877fa93a
SPR-5272: added sort to the categories that didn't have it
16 years ago
Arjen Poutsma
477543241f
SPR-5066
16 years ago
Arjen Poutsma
aeced8b1a9
Made ThreadLocals generic.
16 years ago
Arjen Poutsma
0012c1e2da
SPR-5237: Default value for @RequestParam
16 years ago
Scott Andrews
a647f1629d
syncing eclipse settings for unit tests
16 years ago
Arjen Poutsma
0bcc8fcead
Moved tests from testsuite to web.servlet
16 years ago
Arjen Poutsma
91576da3b0
16 years ago
Arjen Poutsma
3d06246195
Moved tests from testsuite to web.servlet
16 years ago