
Spring
iteye_20052
这个作者很懒,什么都没留下…
展开
-
Spring Gossip: ModelAndView
These days i am researching springframework.she is very beatiful and smart. And here is some materials where i searched from internet.the copyright is The original author。 ModelAndView 类别就如其名称所示,是...2007-11-13 16:04:03 · 143 阅读 · 0 评论 -
get webApplicationContext in web app
WebApplicationContext ctx=RequestContextUtils.getWebApplicationContext(request); StudentDAO sd=(StudentDAO)ctx.getBean("studentdao"); Student ss=sd.findById(6);2007-11-13 18:32:42 · 134 阅读 · 0 评论 -
Spring gossip,write in 2007-11-21
before advice:MethodBeforeAdvice after advice:AfterReturningAdvicearound advice:MethodInterceptor both carry out before and after advices Throw advice:ThrowsAdvice its just a tag i...2007-11-21 11:19:56 · 114 阅读 · 0 评论