Bill Burke anunciou a primeira release GA do JBoss RESTEasy. Toda a documentação e links para download estão disponíveis no site do projeto.
O JBoss RESTEasy é um framework que permite escrever RESTFul Web Services em Java. O framework é totalmente certificado e implementa a especificação JAX-RS. A especificação JAX-RS provê uma API para RESTful Web Services sobre o protocolo HTTP.
Algumas features:
- Fully certified JAX-RS implementation
- Portable to any app-server/Tomcat that runs on JDK 5 or higher
- Embeddedable server implementation for junit testing
- Rich set of providers for: XML, JSON, YAML, Fastinfoset, Atom, etc.
- JAXB marshalling into XML, JSON, Fastinfoset, and Atom as well as wrappers for arrays, lists, and sets of JAXB Objects.
- Asynchronous HTTP (Comet) abstractions for JBoss Web, Tomcat 6, and Servlet 3.0
- EJB, Spring, and Spring MVC integration
- Client framework that leverages JAX-RS annotations so that you can write HTTP clients easily (JAX-RS only defines server bindings)
Fonte: TheServerSide