Results 1 to 3 of 3

Thread: architecture

  1. #1
    Join Date
    Dec 2005
    Posts
    12

    Default architecture

    hi..
    I found the image "Overview of the the Spring Framework" on http://www.springframework.org/docs/...roduction.html.

    when I load the framework and look into the ./dist directory there are much more libraries.

    spring.jar, spring-core.jar, spring-beans.jar, spring-aop.jar, spring-context.jar, spring-dao.jar, spring-jdbc.jar, spring-support.jar, spring-web.jar,spring-webmvc.jar ,spring-remoting.jar, spring-orm.jar,spring-hibernate.jar,spring-mock.jar

    Is the Image an old architecture?
    thanks

  2. #2
    Join Date
    Feb 2005
    Location
    Boston, MA
    Posts
    1,142

    Default

    spring.jar and spring-mock.jar contain all the classes needed (and spring-mock.jar is only the unit testing stuff). However, if you are really concerned about a smaller footprint you can use the smaller libraries in place of the spring.jar and only load the pieces you use.
    Bill

  3. #3
    Join Date
    Dec 2005
    Posts
    12

    Default

    thanks for your reply, but is the image correct or old, because there isn't anythink about mock and Spring ORM has Hilbernate support. Nothing with spring-hibernate.jar.

Posting Permissions

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