Please enable JavaScript.
Coggle requires JavaScript to display documents.
JEE Web Services (JAX-RS (Root Resource Class (parameters (PathParams…
JEE Web Services
JAX-RS
Root Resource Class
Path
parameters
PathParams
taken from URI path
QueryParams
taken from URI query
media type
Consumes
Produces
Resource Method
designator
GET
POST
DELETE
PUT
HEAD
Configuration
setup base URI
web.xml
ApplicationPath
subclass of Application class
types
JAX-WS
Big WS
SOAP
Web Services Description Language (WSDL)
for enterprise
Quality Of Service (QoS)
JAX-RS
RESTful WS
REST
for Internet
world wide web integration
JAX-WS
service
WebService
class definition
WebMethod
method
deploy to server
client
usage
WebServiceRef
Field declaration for service
.get
ServiceName
Port()
port object proxy of service
portObj.webMethod()
types
application client
web client
client-server application
communicate
HTTP