java se 6 retooled for web services mihail stoynov mihail.stoynov.com mihail.stoynov.com

Post on 30-Dec-2015

212 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Java SE 6 Retooled for Web Services

Mihail Stoynovmihail.stoynov.com

Remote Procedure Calls (RPC) XML-RPC WSDL was invented for that reason Distributed programming – method

oriented Maps services directly to method calls

Service-oriented Architecture Message-oriented Loosely-coupled

Representational State Transfer

Service Transport HTTP, SMTP, FTP, Blocks Extensible Exchange

Protocol (BEEP) XML Messaging

XML-RPC, SOAP, REST Service Description

WSDL Service Discovery

UDDI

SUN entirely revisioned its policy towards Web Services in Java SE 6 Rewritten JAX-RPC into JAX-WS 2.0 Integrated JAX-WS and JAXB into Java SE Small web server for testing integrated

JAX-WS is Easier to use Faster Implements standards

Deploying and using web services

Java SE 6 Retooled for Web Services

Mihail Stoynovmihail.stoynov.com

top related