2011-01-05 9 views

答えて

1

はいできます JDK 5以降で動作する任意のapp-server/Tomcatには移植可能です。

特長

* Fully certified JAX-RS implementation 
* Portable to any app-server/Tomcat that runs on JDK 5 or higher 
* Embeddedable server implementation for junit testing 
* Client framework that leverages JAX-RS annotations so that you can write HTTP clients easily (JAX-RS only defines server bindings) 
* Client "Browser" cache. Supports HTTP 1.1 caching semantics including cache revalidation 
* Server in-memory cache. Local response cache. Automatically handles ETag generation and cache revalidation 
* Rich set of providers for: XML, JSON, YAML, Fastinfoset, Multipart, XOP, Atom, etc. 
* JAXB marshalling into XML, JSON, Jackson, Fastinfoset, and Atom as well as wrappers for maps, arrays, lists, and sets of JAXB Objects. 
* GZIP content-encoding. Automatic GZIP compression/decompression suppport in client and server frameworks 
* Asynchronous HTTP (Comet) abstractions for JBoss Web, Tomcat 6, and Servlet 3.0 
* Asynchronous Job Service. 
* Rich interceptor model. 
* EJB, Seam, Guice, Spring, and Spring MVC integration 

参考:http://jboss.org/resteasyを参照してください概要 - >特長。

+1

JDK 6以降で動作するアプリケーション/ Tomcatのポータル – Aitor

0

official documentationはそう言う:

携帯サイトから入手JDK 5上で動作する任意のアプリケーション・サーバー/ Tomcatや高い

1

瓶へのJava 1.6(でコンパイルされ少なくとも2.1.0.GAリリース)。ここでの重要な用語は "ポータブル"です。これは1.5バージョンを得るためにプロジェクトを最初から再コンパイルする必要があると解釈しています。

+0

あなたは、すべての対応するソースを取得する必要があることを意味しますResteasyのコードを作成してから再コンパイルしますか?はいの場合は、どこからコードを取得しますか? – Anand

関連する問題