이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 13. JAX-RS Web Services
13.1. About JAX-RS 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
JAX-RS is the Java API for RESTful web services. It provides support for building web services using REST, through the use of annotations. These annotations simplify the process of mapping Java objects to web resources. The specification is defined here: http://www.jcp.org/en/jsr/detail?id=311.
RESTEasy is the JBoss EAP 6 implementation of JAX-RS. It also provides additional features to the specification.
JBoss EAP 6 is compliant with JSR 311 - JAX-RS.
To get started with JAX-RS and JBoss EAP 6, refer to the
helloworld-rs
, jax-rs-client
, and kitchensink
quickstart: Section 1.4.1.1, “Access the Quickstarts”.