Spring notes(一) – Overview
Spring contains following modules:
- Core: the core(beanfactory) of springframework providing bean management
- Context: based on BeanFactory, but supports more functions, such as i18n, event-broadcasting, resource-loading, mail, validation, etc.
- DAO: series of interfaces that you can choose to implement DAOs.
- ORM: corresponding classes for integrating many ORM utilities to springframework.
- Web/Web MVC
- AOP: AOP function you can use to log or do transactions.
By javafuns on March 9, 2008 at 10:22 ·
Views: 678 · Permalink
Categorized in: Java · Tagged with: AOP, IOC, Java, Spring
Categorized in: Java · Tagged with: AOP, IOC, Java, Spring



(