Spring
文章平均质量分 79
zoe984623
这个作者很懒,什么都没留下…
展开
-
spring配置中引入配置文件
1、配置 <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <property name="locations"> <list> <value>cla原创 2011-05-26 16:43:01 · 137 阅读 · 0 评论 -
springMVC中关于controller,service的一些记录
一个Controller操作在一个线程中完成, 在该线程的任何方法包括controller, service方法中都可以取得request和response对象。 如果要对Controller进行拦截处理可以继承WebRequestInterceptor街口 Services with @Transactional 其实是一个加在方法上的环绕切面 在方法开始前打开事...2012-12-17 09:58:28 · 174 阅读 · 0 评论 -
使用ExtDirectSpring整合Spring3和ExtJs4
ExtDirectSpring是一个用于ExtJs4直接调用远程Spring方法的第三方库。我们不再需要在spring方法中封装json对象供外界调用,ExtJs4也不再需要手动解析远程服务器返回过来的Json对象,所有这些操作都由ExtDirectSpring去处理,ExtJs4只需要象调用本地方法一样去操作远程资源。 ExtDirectSpring主页地址: https://gith...2012-09-04 15:03:22 · 182 阅读 · 0 评论