why spring core jar divided into 5 jars for version 3?
Hi Guys,
I am now migrating my Spring2.5 project to Spring 3 version.
For a basic spring 3 application, just to define a bean in context.xml, we have to add the following 5 spring jars in addition to commons-logging.jar.
org.springframework.core-3.0.5.RELEASE.jar,
org.springframework.context-3.0.5.RELEASE.jar,
org.springframework.beans-3.0.5.RELEASE.jar,
org.springframework.asm-3.0.5.RELEASE.jar,
org.springframework.expression-3.0.5.RELEASE.jar.
It makes sense to me to separate out dao, orm etc supporting jars from core.
But why the core jar is again broken down into 5 jars?
Thanks,
K. Siva Prasad Reddy