Skip to content

StevenSunzh/cxf-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CXF Example
============

This is the source code of the blog post 

http:https://exampledriven.wordpress.com/2012/10/03/cxf-example-soapjax-ws-restjax-rs-spring/

This project demonstrates how to build a simple CXF webservice using SOAP (JAX-WS) or REST (JAX-RS). Additionally it is using 
 - CXF proxy clients for SOAP and REST
 - Spring Security
 - Spring bean validation, JSR 303

The project can be started up in two ways :

- mvn jetty:run then open http:https://localhost:8080
- mvn tomcat:run then open http:https://localhost:9999/cxfexample/

About

This project demonstrates how to build a simple CXF webservice using SOAP (JAX-WS) or REST (JAX-RS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages