(JAX-RS) - RESTful Web Services
Lightweight RESTful approaches have emerged as a popular alternative to SOAP-based technologies for deployment of services on the Internet. However, development of such services with the Java platform is significantly more complex than development of SOAP-based services, due to the low-level nature of the current platform APIs.
Browse: Home > What is JAX-RS (Java API for RESTful Web Services)?
Wednesday, December 16, 2009
What is JAX-RS (Java API for RESTful Web Services)?
The goal of the Java API for RESTful Web Services (JAX-RS) is to provide a high-level declarative programming model for such services that is easy to use and encourages development according to REST tenets. Services built with this API are deployable with a variety of Web container technologies and benefit from built-in support for best-practice HTTP usage patterns and conventions.
For more details see the link below :Labels: J2ee, Java, JAX-RS, web service, Webservices
|
|





0 Comments:
Post a Comment