spring3.0的springmvc_rest及ibatis3的在线示例及demo下载,根据url查看不同格式的数据

spring3.0的springmvc_rest及ibatis3的在线示例及demo下载,根据url查看不同格式的数据

作为rapid-framework下一版本需要整合的两个东东,demo里面包含:

  • springmvc_rest的示例使用,包含通过/userinfo/1, /userinfo/1.json,/userinfo/1.xml 来查看html,json, xml三种数据
  • ibatis3的示例及基于方言(Dialect)的分页使用

 注意:本示例基于spring3.0 rc1及ibatis3 beta4

后面会写一些文章介绍ibatis3 基于dialect的分页是如何整合的. 演示的demo全部是经代码生成器自动生成,

springmvc_rest,ibatis3模板在svn中已经编写完成.可能国庆后就可以发布一个版本了.

 

在线demo: http://demo.rapid-framework.org.cn:8080/springmvc_rest_demo/userinfo

 

demo下载地址: http://rapid-framework.googlecode.com/files/springmvc_rest_demo.zip

 

前一篇springmvc rest的介绍:  http://www.blogjava.net/badqiu/archive/2009/09/22/296082.html

你可能感兴趣的:(spring3.0的springmvc_rest及ibatis3的在线示例及demo下载,根据url查看不同格式的数据)