-
Mar 21st, 2006, 06:02 AM
#1
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
-
Mar 21st, 2006, 08:26 AM
#2
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
-
Mar 21st, 2006, 10:11 AM
#3
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
-
Forum Rules