Quantcast
Channel: JavaPins - Stories tagged with rest
Viewing all articles
Browse latest Browse all 18

Developing REST Web Services Tutorial

$
0
0
This document will outline the process of developing a REST web service, deploying it to the internal MyEclipse Tomcat server and testing it with the REST Web Services Explorer. The REST features in MyEclipse are based on Jersey, which is the reference implementation for JAX-RS, the Java API for RESTful Web Services. We will be creating a simple web service which we will use to maintain a list of customers. MyEclipse also supports developing SOAP web services using JAX-WS; for folks needing to develop and deploy WebSphere JAX-RPC or WebSphere JAX-WS web services, please take a look at MyEclipse Blue Edition. Additional resources covering web service creation using JAX-WS and JAX-RPC are included in the Resources section of this document.
Pin it

Viewing all articles
Browse latest Browse all 18

Trending Articles