割りと使える感じ。あとはIDEでのHotDeploy連携が動作すれば大体実用に問題ない。 JAX-RS 2.0 仕様 - Java API for RESTful Services (JAX-RS) -- https://jax-rs-spec.java.net/ - https://jax-rs-spec.java.net/nonav/2.0/apidocs/index.html - JSR 339: JAX-RS 2.0 -- https://jcp.org/en/jsr/detail?id=339 Wiki: http://en.wikipedia.org/wiki/Java_API_for_RESTful_Web_Services 実装: - https://jersey.java.net/ - http://cxf.apache.org/ JAX-RSの入門 - パラメータの受け取り その2 - シュンツのつまづき日記 -- http://d.hatena.ne.jp/gloryof/20121021/1350800997 - JAX-RSとかの話 — 裏紙 -- http://backpaper0.github.io/2013/05/02/jaxrs.html - JAX-RSはHTML Webアプリケーションを開発するのに充分なフレームワークであるか? - AOEの日記 -- http://d.hatena.ne.jp/aoe-tk/20130317/1363527825 - Jersey (JAX-RS) のアクセス制御 - あめだま -- http://d.hatena.ne.jp/momijiame/20120215/1329317290 - JAX-RS のリファレンス実装 Jersey のフィルタを使う方法 その2 - あめだま -- http://d.hatena.ne.jp/momijiame/20111116/1321455103 HTTPリクエストヘッダの取得 - Get HTTP header in JAX-RS -- http://www.mkyong.com/webservices/jax-rs/get-http-header-in-jax-rs/ - WebSphere Application Server Version 8 Information Center -- http://pic.dhe.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=%2Fcom.ibm.websphere.base.doc%2Finfo%2Faes%2Fae%2Ftwbs_jaxrs_contextobjects_httpheaders.html - JAX-RSでの注入 - winplusの日記 -- http://d.hatena.ne.jp/winplus/20100311/1268312963 --- HeaderParam, CookieParam, Context, などInjection出来るannotationの紹介 セッションやCookie使いたい: - Java Evangelist John Yeary's Blog: JAX-RS Tip of the Day: Using @CookieParam -- http://javaevangelist.blogspot.jp/2012/01/jax-rs-tip-of-day-using-cookieparam.html - JAX-RSはセッションを自動で開始しない - しんさんの出張所 はてな編 -- http://d.hatena.ne.jp/shin/20080909/p2 HTTPレスポンスヘッダの操作 - java - How to set response header in JAX-RS so that user sees download popup for Excel? - Stack Overflow -- http://stackoverflow.com/questions/4621748/how-to-set-response-header-in-jax-rs-so-that-user-sees-download-popup-for-excel - jax rs - Overriding all JAX-RS responses with a constant response header - Stack Overflow -- http://stackoverflow.com/questions/18340900/overriding-all-jax-rs-responses-with-a-constant-response-header - java - Changing content type in jax-rs REST service - Stack Overflow -- http://stackoverflow.com/questions/5556897/changing-content-type-in-jax-rs-rest-service 脱線。Ninja Web Frameworkというのを見つけて、Servlet 3.1, JAX-RS 2.0 とちょっと比べてみたよ!という記事。 - Ninja, JAX-RS and Servlets -- http://blog.ltgt.net/ninja-jaxrs-and-servlets/ - Ninja Web Framework | Full stack web framework for Java. Fast and productive. Built on Maven - runs on servlet containers. - -- http://www.ninjaframework.org/ NettyとJAX-RSのBindingってあるんだっけ? - java - Servlet API implementation using Netty - Stack Overflow -- http://stackoverflow.com/questions/7439955/servlet-api-implementation-using-netty --- Netty上でServlet Container実現するものもあるので、それ使えばいいのでは?とか、 --- https://github.com/cgbystrom/jersey-netty とかの紹介。 JAX-RS 2.0 ではasyncも登場してるだけあり、Servlet 3.0をメインに対応を進めている。TomcatでServlet 3.0に対応しているのはTomcat7になる。が、そもそもTomcat7で何が変わるの? - Tomcat 7の新機能で何ができるようになるのか?(2):Tomcat 7も対応したServlet 3.0の変更点 後編 (1/3) - @IT -- http://www.atmarkit.co.jp/ait/articles/1106/10/news116.html - Apache Tomcat - Which Version Do I Want? -- http://tomcat.apache.org/whichversion.html