摘要: @RequestMapping(params = "method=buildtemplate",method = RequestMethod.GET) public ModelAndView listFormField(String funcId, int fmtId){ ModelAndView mav = newModelAndView("/ws/listformfields"); List<SysFuncformapcolumn> fmcs = this.formManagerService.getColumnInfo(fmtId); 阅读全文
posted @ 2012-02-21 09:05 张良 阅读(798) 评论(0) 推荐(0) 编辑
摘要: Spring json-view 为Spring-MVC提供了对JavaScript Object Notation (json) 的支持,它深入地集成在Spring MVC模块里,能够适用于所有标准的控制器类。什么是Spring Json View?Spring json-view 为Spring-MVC提供了对JavaScript Object Notation (json) 的支持,它深入地集成在Spring MVC模块里,能够适用于所有标准的控制器类。在Web 2.0 Ajax 时代里常见的方式是客户(浏览器)和服务器的交互。在Java服务器端通常把Spring MVC看成是一个标准的 阅读全文
posted @ 2012-02-21 08:12 张良 阅读(4360) 评论(0) 推荐(0) 编辑