![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHSonp_LV7DeNyD1XrcFw92QsyDiBO2eRB1P4YVlwINGvJMG_yhMM9FCMwUrjvCCIoLflC-abYIvQOgKBG_rLIr8ZLqn4t-69CKXHtvHjLHPEQQ1_szsH6tUwajyBBATBZ5xfP2FP5NoE/s1600/java-jersey-web-service.png)
JAX-WS - Java API for XML Web Services, it's just a specification for create Java SOAP XML based webservices, to use it you need a library that implements this specification. An example using the reference implementation can be seen here.
JAX-RS - Java API for RESTful Web Services, it's like the JAX-WS, but uses REST instead of SOAP. To use it you need a library that implements this specification, the reference implementation is Jersey. An example can be seen here.
Jersey - JAX-RS reference implementation library for REST based web services. An example can be seen here.
0 comentários :
Post a Comment