<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    posts - 156,  comments - 601,  trackbacks - 0
     最近在Spring官網上發現,Spring 2.5發布不久,Spring3.0項目已經是開始進行了。

    包括很多新功能,如標題中提到的Restful的支持,還有Servlet3.0的支持等。
    大概總結了一下,Spring3.0中會包括以下一些新特性:
    • 1. Full scale REST support by means of additions to the Spring MVC API - already pretty detailed, and apparently going to be included in the first milestone release
    • 2. Support for Unified EL (as seen in Spring Web Flow) - very likely part of 3.0, but no details given
    • 3. Annotation support for declaring factory methods - as above
    • 4 .Support for Portlet 2.0 (JSR 286), including resource requests (ResourceServingPortlet) - as above
    • 5. "Preparations" for Servlet 3.0 specification - sounded a lot like architectural preparations not visible to the "consumer"
    • 6. Something to fill the gap between Spring Web Flow and Spring MVC - that sounded very vague
    • 7. Inclusion (probably generalisation) of the repeat, retry and resume semantics provided by Spring Batch - was only hinted at, no details given
    • 8. Inclusion of the OXM support provided by Spring WS - sounded pretty definitive, but no details given
    • 9. Some kind of site definition language for the web stack - no idea whether this is more than a rumour
    • 10. Model-based validation for use both in server and client - as above

    下面我們具體介紹一下Restful該特性.
      剛才我也提到了,Spring3.0是基于其目前提供的Spring MVC框架上引入對Rest的支持,這樣使其可以很好的融合到Spring中。
      下面有一段代碼,大家看了會更有體會。
       先看一下如何發布Rest風格的服務接口
    1 @RequestMapping(value = "/gadgets/{id}",
    2       method = RequestMethod.GET)
    3 public View getGadget(@PathParam String id) {
    4   // 功能是根據 id 查詢 Gadget對象
    5   // 返回View對象
    6 }
    7 
       看到使用Annotation方式,代碼非常簡潔。@RequestMapping是對訪求的資源進行服務的綁定, value指定服務的資源路徑, method是指Rest風格中的CRUD的方法。
       @PathParam是對資源路么參數的解析,它會自動根據提交的數據格式,解析參數值。

       下面來看一下RestTemplate,對Rest服務接口的調用.
     
     1 // 使用getForObject執行查詢操作
     2 //  (指定參數提交方式)
     3 RestTemplate template = new RestTemplate();
     4 Gadget gadget = template.getForObject(
     5     "http://www.springify.com/gadgets/{id}",
     6     Gadget.class1);
     7 
     8 // 使用postForLocation 執行新增操作
     9 // (指定參數提交方式,使用Map對象)
    10 Map<String, String> params =
    11     new HashMap<String, String>();
    12 params.put("id"42);
    13 URI uri = template.postForLocation(
    14     "http://www.springify.com/gadgets/{id}/features",
    15     new Feature("Glows in the dark."), params);
    16 
    17 // 刪除操作的演示
    18 template.delete(
    19     "http://www.springify.com/gadgets/{id}", someId);
    20 
    21
    29 

    總結:可以看到使用Rest風格的服務發布,可以對服務資源進行統一的管理,使用發布的接口更清晰。

    當然在Spring 3.0 發布之前,上述的API,annotation可能會有變動,我們也期待Spring能與我們早日見面。

    最后,由于本人對Rest技術了解還不是太深入,也希望大家能多提些意見和建議。

    Good Luck!
    Yours Matthew!

    posted on 2008-09-02 19:32 x.matthew 閱讀(4803) 評論(4)  編輯  收藏 所屬分類: 最新開源動態Spring|Hibernate|Other framework
    主站蜘蛛池模板: 黄色一级免费网站| 女同免费毛片在线播放| 亚洲日本VA午夜在线影院| 亚洲人成未满十八禁网站| 国产成人A在线观看视频免费 | 亚洲Av无码精品色午夜| 亚洲精品中文字幕乱码影院| 久久精品熟女亚洲av麻豆 | 亚洲午夜免费视频| 在线aⅴ亚洲中文字幕| 三年片免费观看大全国语| 日韩亚洲国产高清免费视频| 亚洲精品无码成人片在线观看| 亚洲精品456在线播放| 五月婷婷在线免费观看| 国产精品亚洲二区在线观看| 亚洲中文字幕久久精品无码A| 成人看的午夜免费毛片| 亚洲精品福利视频| 日本免费一区二区在线观看| 亚洲人成网站999久久久综合| 国产男女性潮高清免费网站| 亚洲AV日韩精品久久久久| 日韩在线观看免费| 在线免费观看视频你懂的| 337p欧洲亚洲大胆艺术| 九九精品成人免费国产片| 亚洲v国产v天堂a无码久久| 亚洲色精品三区二区一区| 免费a级毛片视频| 精品国产_亚洲人成在线| 亚洲色欲久久久综合网| 日本一区二区三区在线视频观看免费 | 免费人成视频在线观看不卡| 国产一级一毛免费黄片| 亚洲精品国产成人中文| 免费国产真实迷j在线观看| 国产成人免费AV在线播放| 亚洲日韩国产欧美一区二区三区| 亚洲国产精品无码久久久久久曰 | 国产亚洲精品国产福利在线观看|