http://www.cnblogs.com/victorma/p/springcas.htmlhtml
http://www.cnblogs.com/question-sky/p/7068511.htmlweb
http://blog.csdn.net/cl_andywin/article/details/53998986spring
http://www.cnblogs.com/scau-chm/p/6836748.html?utm_source=tuicool&utm_medium=referralapi
http://blog.csdn.net/hejingyuan6/article/details/45111703服務器
http://blog.csdn.net/qq_33264648/article/details/68493262session
自定義cas返回app
http://blog.csdn.net/jadyer/article/details/46970747ide
http://zhenkm0507.iteye.com/blog/546785ui
http://blog.csdn.net/ahpo/article/details/46412859this
http://blog.csdn.net/w410589502/article/details/51508336
http://www.jb51.net/article/114678.htm
http://liulijun-cn-2011.iteye.com/blog/2247166
注:至於獲取ServletContext對象,能夠從request,session中獲取,他們都有getServletContext()方法
ApplicationContext ac1 = WebApplicationContextUtils.getRequiredWebApplicationContext(ServletContext sc)
ApplicationContext ac2 = WebApplicationContextUtils.getWebApplicationContext(ServletContext sc)
UserLogService service = ApplicationContext.getBean(UserLogService.class);