JAX-RS - Java API for RESTful WebService:
JAX-RS is a Java Specification Request (JSR).
JAX-RS ensures portability of REST API code across all Java-EE compliant application servers.
Many used to compare JAX-RS with Jersey and they think both are implementation for RESTful web service, that is not correct.
To make thinks clear, Jersey is an implementation of JAX-RS.
Other implementation that are JAX-RS compliant are RESTEasy and Apache CXF .
JAX-RS is a Java Specification Request (JSR).
JAX-RS ensures portability of REST API code across all Java-EE compliant application servers.
Many used to compare JAX-RS with Jersey and they think both are implementation for RESTful web service, that is not correct.
To make thinks clear, Jersey is an implementation of JAX-RS.
Other implementation that are JAX-RS compliant are RESTEasy and Apache CXF .
No comments:
Post a Comment