Skip to main content

what is spring

spring is
  • lightweight
  • dependency injection
  • aspect oriented programming
  • container
  • framework
modularized - core, aop, orm, dao, jmx(java management extension), jca(j2ee connector api), jms(java message service), web, context, mvc, portlet mvc, and remoting.

core module makes spring a container, but context module makes it a framework.

Comments