2011-01-05 6 views

ответ

1

Да Вы можете Он переносится на любой сервер приложений/Tomcat, который работает на JDK 5 или выше.

Особенности

* 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 См OverView -> Особенности.

+1

Ну, это уже не так. Теперь на их веб-сайте вы можете увидеть его -> Портативный на любой сервер приложений/Tomcat, который работает на JDK 6 или выше – Aitor

0

official documentation говорит иначе:

Portable для любого приложения-сервера/Tomcat, который работает на JDK 5 или выше

1

банок, которые вы получаете с сайта скомпилированы с Java 1.6 (по крайней мере, релиз 2.1.0.GA). Ключевым моментом здесь является «портативный», который я интерпретирую, чтобы иметь в виду, что вам нужно перекомпилировать проект с нуля, чтобы получить версию 1.5.

+0

Итак, вы имеете в виду, что мне нужно получить все соответствующие источники коды для Resteasy и затем перекомпилировать? если да, откуда я получу коды? – Anand

 Смежные вопросы

  • Нет связанных вопросов^_^