Новости в java se 6

6
Java SE 6 Retooled for Web Services Mihail Stoynov mihail.stoynov.com

Upload: tasha

Post on 06-Jan-2016

46 views

Category:

Documents


3 download

DESCRIPTION

Новости в Java SE 6. Java SE 6 Retooled for Web Services. Mihail Stoynov mihail.stoynov.com. Styles of use. Remote Procedure Calls (RPC) XML-RPC WSDL was invented for that reason Distributed programming – method oriented Maps services directly to method calls - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Новости в  Java SE  6

Java SE 6 Retooled for Web Services

Mihail Stoynovmihail.stoynov.com

Page 2: Новости в  Java SE  6

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

Page 3: Новости в  Java SE  6

Service Transport HTTP, SMTP, FTP, Blocks Extensible Exchange

Protocol (BEEP) XML Messaging

XML-RPC, SOAP, REST Service Description

WSDL Service Discovery

UDDI

Page 4: Новости в  Java SE  6

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

Page 5: Новости в  Java SE  6

Deploying and using web services

Page 6: Новости в  Java SE  6

Java SE 6 Retooled for Web Services

Mihail Stoynovmihail.stoynov.com