摘要:
1、ModelAndView springMVC中返回值如果是ModelAndView,则其既包含模型数据信息,也包含视图信息。 在处理方法中可以使用ModelAndView对象的方法添加模型数据:addObject(String attributeName, Object attributeVal 阅读全文
posted @ 2019-06-16 22:49
AlphaJunS
阅读(11208)
评论(0)
推荐(0)
摘要:
1、springMVC请求到响应流程图 请求过程如下 a、用户发送请求到达前端控制器DispatcherServlet b、DispatcherServlet将请求发送给处理器映射器HandlerMapping c、HandlerMapping根据url找到具体的处理器,生成处理器对象和拦截器(如果 阅读全文
posted @ 2019-06-16 21:26
AlphaJunS
阅读(183)
评论(0)
推荐(0)
摘要:
1、axis axis是Apache旗下产品,它是一个webservice容器,可被用于创建、部署和运行webservice。网址http://axis.apache.org/,网址上的部分截图如下。 axis的jar包下载http://mirror.bit.edu.cn/apache/axis/。 阅读全文
posted @ 2019-06-16 15:06
AlphaJunS
阅读(414)
评论(0)
推荐(0)