Google
WWW を検索 junglejava.jp を検索

 Java で REST な開発を実現する Restlet

Posted in Java (RSS)

Java の標準においても REST 開発モデルを意識したAPI 「JAX-RS(JSR 311)」 が検討されていますが、Servlet API をベースに独自に開発された 「Restlet」 という軽量なフレームワークが存在するようです。

関連情報
ITmedia エンタープライズ:Java開発をWeb 2.0に対応させる「Restlet」プロジェクト
JavaでもRESTを - Restlet API 1.0の参照実装がついに登場
気になる開発プロダクツ:第3回  Restlet 1.0.1-RESTアプリケーションを手軽に実現するフレームワーク
【コラム】Java API、使ってますか? (18) JAX-RSで簡単RESTful - JSR 311

yohei-y:weblog: REST 入門
Jungle Java - WSDL 2.0 が正式勧告

(2008/11/15 追記)
InfoQ: Restlet 1.1.0:柔軟性と仕様サポートが向上

(2010/07/09 追記)
Restlet Cookbook - An Approach To Site Design (Recipe 1)
Restlet Cookbook - Site Application (Recipe 2)
Restlet Cookbook - Form Submission and Processing (Recipe 3)
Restlet Cookbook - Access Log (Recipe 4)
Restlet Cookbook - How to Create Virtual Hosts in Restlet Applications (Recipe 5)
Restlet Cookbook - Using Filters in Restlet Applications (Recipe 6)
Restlet Cookbook - How to enable SSL (Recipe 7)
Restlet Cookbook - Delving into handleGet() and handlePost() (Recipe 8)
Restlets and HTTP Sessions (Recipe 9)

Posted on 2007年08月09日