When I download the Spring Framework (Latest GA release: 3.0.5.RELEASE) from the download page at springsource.org, the ZIP file does not contain spring-webmvc-3.0.5.RELEASE.jar, or anything like it. Am I missing something here?

The actual ZIP file is at: http://s3.amazonaws.com/dist.springframework.org/release/SPR/spring-framework-3.0.5.RELEASE.zip

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

It's the "web.servlet" jar instead of "spring-webmvc". I'm not sure exactly how or when it changed, but at least the spring-webmvc-3.0.5.RELEASE jar has exactly the same content as the org.springframework.web.servlet-3.0.5.RELEASE.jar from the zip file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.