Results 1 to 5 of 5

Thread: Where is multipart and other stuff in 2.5.3

  1. #1
    Join Date
    Apr 2007
    Posts
    276

    Default Where is multipart and other stuff in 2.5.3

    Where did these two classes go? What should I use instead?

    1. org.springframework.web.multipart.support.DefaultM ultipartHttpServletRequest

    2. org.springframework.web.servlet.DispatcherServlet
    Last edited by testing123; May 6th, 2008 at 02:06 PM. Reason: typo

  2. #2
    Join Date
    Apr 2007
    Posts
    276

    Default

    I am sure its just a package change, can someone point me to where its new location is?
    Last edited by testing123; May 6th, 2008 at 02:46 PM.

  3. #3
    Join Date
    Apr 2006
    Location
    Montreal, Canada
    Posts
    178

    Default

    They're still in the same packages:

    http://static.springframework.org/sp...etRequest.html
    http://static.springframework.org/sp...erServlet.html

    They are now part of the spring-webmvc library.

    Cheers,
    GB

  4. #4
    Join Date
    Apr 2007
    Posts
    276

    Default

    First off, thanks for the reply. I am upgrading from 2.0, I guess it was part of the spring.jar back then but is now separate? Thanks again for the help, in the future where would I go in order to see what is included in what jar (without ofcourse unjar everything)?

  5. #5
    Join Date
    Apr 2006
    Location
    Montreal, Canada
    Posts
    178

    Default

    I've just checked the new spring.jar and you're right that it doesn't include these classes. I've been using the module libraries (spring-core.jar, spring-beans.jar, etc.) since 2.0 so if anything was removed from the main spring.jar file I wouldn't know.

    As for knowing what is where, I'm checking the JAR contents manually. Maybe it's documented somewhere, but I haven't looked for it.

    Cheers,
    GB

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •