Sunday, July 22, 2012

what is a module in spring framework?

A module in Spring Framework represents a framework that can be used independently of other Spring modules in an application.

The only dependency that modules, like Spring’s JDBC module, have is on the core
modules of Spring Framework, which provide dependency injection, IoC container
features, and so on

No comments:

Post a Comment