Spring notes(四) - AOP
filed in Java on Mar.10, 2008, by javafuns
AOP in springframework…
filed in Java on Mar.09, 2008, by javafuns
Resource interface defines the accessor to all various resources, such as file, http resource, ftp resource, class, etc.
Built-in implementations:
filed in Java, PHP on Mar.09, 2008, by javafuns
IOC container, in spring framework is BeanFactory, contains the following functions:
BeanFactory is the base of the other modules in springframework.
Collection type for bean’s property:
Lazy init for bean: <bean id=”xxx” class=”xxx” lazy-init=”true”>
ApplicationContext: a more useful Ioc container which is BeanFactory’s subclass, is much more suitable for programmers to choose in their Enterprise Applications.
including more functions than BeanFactory:
filed in Java on Mar.09, 2008, by javafuns
Spring contains following modules: