# cxf_demo **Repository Path**: codingox/cxf_demo ## Basic Information - **Project Name**: cxf_demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 36 - **Created**: 2016-04-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CXF 示例 ## 使用 JDK 开发基于 SOAP 的 Web Service 参见 `soap_jdk` 项目 ## 使用 JDK 开发基于 SOAP 的 Web Service(部署到 Web 容器中) 参见 `soap_jdk_web` 项目 ## 使用 CXF 开发基于 SOAP 的 Web Service 参见 `soap_cxf` 项目 ## Spring + CXF 开发基于 SOAP 的 Web Service 参见 `soap_spring_cxf` 项目 ## Spring + CXF + WSS4J 开发基于 SOAP 的 Web Service 参见 `soap_spring_cxf_wss4j` 项目 ## 使用 CXF 开发基于 REST 的 Web Service 参见 `rest_cxf` 项目 ## Spring + CXF 开发基于 REST 的 Web Service 参见 `rest_spring_cxf` 项目 ## Spring + CXF + Shiro 开发基于 REST 的 Web Service 参见 `rest_spring_cxf_shiro` 项目 ## CXF 注解 参见 `cxf_annotation` 项目