- 浏览: 302 次
- 性别:
- 来自: 西安
最新评论
文章列表
背景:
spring3想植入websocket;要从db获取数据;
spring上下文:
1:通过WebApplicationContextUtils.getWebApplicationContext() 获取service 是可以;
但是ehcache失效了;
2:通过implements ApplicationContextAware 的applicationContext 获取service ;dao 出现No Session found for current thread异常;
不知道大家的消息推送是不是都用到缓存了?我想每次访问db压力大嘛, ...