## 如何響應JSON數據
[Spring 3 MVC and JSON example](http://www.mkyong.com/spring-mvc/spring-3-mvc-and-json-example/)
[Spring MVC – Easy REST-Based JSON Services with @ResponseBody](http://codetutr.com/2013/04/09/spring-mvc-easy-rest-based-json-services-with-responsebody/)
## [](https://github.com/someus/another-tutorial-about-java-web/blob/master/01-05.md#如何處理http請求中的json數據)如何處理HTTP請求中的JSON數據
[How to pass Json object from ajax to spring mvc controller?](http://stackoverflow.com/questions/20245544/how-to-pass-json-object-from-ajax-to-spring-mvc-controller)
- JSP & Servlet
- 00-00、序
- 00-01、相關軟件的安裝
- 00-02、理解HTTP
- 00-03、從JSP開始
- 00-04、理解Servlet
- 00-05、過濾器與監聽器
- 00-06、使用velocity模板引擎
- 00-07、使用數據庫連接池
- 00-08、Tomcat的運行機制
- Spring MVC
- 01-00、Spring與依賴注入
- 01-01、Spring與面向切面編程
- 01-02、使用Spring MVC構建Hello World
- 01-03、JdbcTemplate
- 01-04、基于注解的URL映射
- 01-05、JSON
- 01-06、校驗器
- 01-07、國際化
- 01-08、攔截器
- 01-09、文件上傳
- 01-10、轉換器與格式化
- Book
- Online Tutorial
- Q & A
- Learn More
- Supplement