1 / 6

Новости в Java SE 6

Новости в 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

tasha
Download Presentation

Новости в Java SE 6

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Новости в Java SE 6 Java SE 6 Retooled for Web Services Mihail Stoynovmihail.stoynov.com

  2. 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 • Service-oriented Architecture • Message-oriented • Loosely-coupled • Representational State Transfer

  3. Web service protocol stack • Service Transport • HTTP, SMTP, FTP, Blocks Extensible Exchange Protocol (BEEP) • XML Messaging • XML-RPC, SOAP, REST • Service Description • WSDL • Service Discovery • UDDI

  4. How’s it done in 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

  5. Demo Deploying and using web services

  6. Questions? Java SE 6 Retooled for Web Services Mihail Stoynovmihail.stoynov.com

More Related