http://chinaxxren.iteye.com/blog/949374
http://developer.51cto.com/art/201102/245818.htm
Spring中提供一些Aware相关的接口,BeanFactoryAware、 ApplicationContextAware、ResourceLoaderAware、ServletContextAware等等,其中最常用到的是ApplicationContextAware。实现ApplicationContextAware的Bean,在Bean被初始后,将会被注入 ApplicationContext的实例。ApplicationContextAware提供了publishEvent()方法,实现Observer(观察者)设计模式的事件传播机,提供了针对Bean的事件传播功能。通过A...
hibernate总结只要把关系知道后,在xml文件里知道怎么配置就可以了struts总结在jsp页面中要加一个<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%><%@taglib uri="http://struts.apache.org/tags-html" prefix="html"%>因在验证的时候要用到<html:errors property=""/>在写form表彰的时候,action=“<%=path%>/传过去的值.do”struts——config.xml的配置<form-beans><form...
bean.xml代码
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/sp...