使用Struts2開發RESTful服務

RestActionMapper 對 HTTP 請求的處理web HTTP 方法 URI 調用 Action 的方法 請求參數 GET /book index POST /book create PUT /book/2 update id=2 DELETE /book/2 destroy id=2 GET /book/2 show id=2 GET /book/2/edit edit id=2 G
相關文章
相關標籤/搜索