作為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.tkk7.com/badqiu/archive/2009/09/22/296082.html