CXF 阅读
1、http://cxf.apache.org/docs/developing-a-service.html?[实现一个Web Service 一般需要的注解]
?
2、http://cxf.apache.org/docs/simple-frontend.html? [简单前端 实现Web Service]
?
3、http://cxf.apache.org/docs/a-simple-jax-ws-service.html?[Code First 实现一个 WebService 有Map 转换]
?
4、http://cxf.apache.org/docs/dynamic-clients.html?[动态client的实现2种实现方式]
?
5、http://cxf.apache.org/docs/how-do-i-develop-a-client.html?[介绍 Web Service Client端的5种实现方式]
?
6、http://cxf.apache.org/docs/how-do-i-integrate-my-application-with-cxf.html? [CXF 支持的绑定与传输与过滤器 大体功能介绍]
?
7、http://cxf.apache.org/docs/aegis-21.html? [Aegis 数据绑定方式介绍]
?
8、http://cxf.apache.org/docs/interceptors.html?[Interceptor 的使用方法介绍]
?
9、http://cxf.apache.org/docs/configuration.html?[配置 写法介绍]
?
10、http://cxf.apache.org/docs/bus-configuration.html?[CXF bus的相关配置介绍]
?
11、http://cxf.apache.org/docs/jax-ws-configuration.html? [CXF client段配置,含Spring配置介绍,实用]
?
12、http://cxf.apache.org/docs/standalone-http-transport.html?[CXF server 端 SSL 配置介绍]
?
13、