Web Services学习资源链接

我应该采用哪一种 WSDL 样式?

Schema (XSD) 教程

SOAP Version 1.2中文手冊 

Web 服务:WSDL专题

架构Web Service系列

专题:SOA — 面向服务的体系结构

用 AXIOM 促进 XML 处理

实现 Castor 数据绑定 

WS-Addressing 问题的引出

Web Services:自洽,编码,交换模型  

Web 服务提示与技巧

发现 SOAP 编码对 Web 服务性能的影响

技巧: SOAP 1.2 与 GET 请求 

JAX-WS dynamic call, where you have to provide the complete soap:Envelope part

JAX-WS dynamic call, where you "only" have to provide the soap:Body part 

 

 

JAX-WS和JAXB 系列 

J在Weblogic Server 10中使用JAX-WS和JAXB:JAX-WS自定义绑定

Get a handle on the JAX-WS API's handler framework 

A practical guide to JAXB 2.0 

Client-side WSDL processing with Groovy and Gant

Handler example using JAXWS 2.0 

 The Java Web Services Tutorial

A little bit about Handlers in JAX-WS 

A little bit about Message Context in JAX-WS

 Maintaining Session With JAX-WS

JAX-RPC Evolves into Simpler, More Powerful JAX-WS 2.0 

 

jms 

Web Services HTTP vs. JMS 

 

 

WSDL 2.0

使用 WSDL 2.0 描述 REST Web 服务

 

  blog

 

Glen Mazza's Weblog 

Doug Kohlert's Blog 

Rama Pulavarthi's Blog 

 FREE Web Services Training - 3rd session

 与世无争

 habuma


和以往的 JAX-RPC 相比,JAX-WS 2.0 的主要特点有:

  1. 新的 API 和新的编程模型。新的 API 主要包含在 javax.xml.ws 包中,包括 service 端和 client 端的一些核心类。新的编程模型包括增强的 Handler Framework,异步调用和 Provider/Dispatch 动态编程模型。
  2. 采用 annotations 来描述 Web services,不再依赖部署以往的 Web service 描述文件。
  3. 通过 JAXB 2.0 完成 xml data 和 Java 对象的绑定,改变了 JAX-RPC 1.0 里同时存在两套 binding 机制的不便。
  4. MTOM/XOP(SOAP Message Transmission Optimization Mechanism/XML Binary Optimized) 和 swaRef(SOAP Attachment Refenreces),解决了在 SOAP 消息里传输二进制附件的问题,同时对消息传输进行了优化。
  5. 对 SOAP 1.2 的支持。
  6. 针对上述特点,Web services 功能部件包主要在以下几个方面提供了相应的支持:
  7. 在 WAS(WebSphere Application Server) runtime 中增加了对 JAX-WS 2.0 的支持 , 使得基于 JAX-WS 2.0 的 Web services 能在 WAS 中部署运行。
  8. 新增了用于创建 JAX-WS 2.0 应用的一些命令行工具,如 wsimport 和 wsgen。
  9. 在 AST 中增加了开发 JAX-WS 2.0 应用的插件。


此外,功能部件包同时提供了对其它如 JAXB_2.0, MTOM/XOP API 以及基于 PolicySet 安全化 Web services 等高级特性的支持

你可能感兴趣的:(编程,Web,jms,SOAP,groovy)