Freud's Blog

Stay hungry, stay foolish. 少年辛苦终身事,莫向光阴惰寸功。

Spring 使用笔记 - 要点

Posted on By Freud Kang

Spring 中的点

  • IoC/DI, 注解和配置的实现,自动扫描
  • AOP
  • Interceptor的三种实现,第一种是继承自MethodInterceptor,第二种是自定义,第三种是Annotation的实现
  • PlaceHolder
  • DataSource控制和多Datasource的实现
  • Spring Security

  • Spring Schedule
  • Spring与Ehcache的结合
  • Transaction Control

Spring security 参考资料

http://www.cnblogs.com/zhangliang0115/archive/2012/04/02/2429584.html

http://wenku.baidu.com/view/4ec7e324ccbff121dd368364.html

http://www.blogjava.net/youxia/archive/2008/12/07/244883.html

http://blog.csdn.net/imcxin/article/details/7020445

http://docs.spring.io/spring-security/site/docs/3.2.5.RELEASE/reference/htmlsingle/#ns-web-advanced