Tuesday, May 22, 2012

Minimum Jars to load a Spring context

I was looking for the minimum set of jars required to load a Spring Context but could not find one on the internet. So am listing them out here:
  1. org.springframework.core
  2. org.springframework.web
  3. org.springframework.context
  4. org.springframework.context.support
  5. org.springframework.beans
  6. org.springframework.asm
  7. commons-logging