Tag Archives: cxf

CXF Restful web server example

I’ve created an example of how to use Apache CXF and Spring together to create a restful web service: https://github.com/hedleyproctor/cxf-restful-server-example This example shows the key steps in creating a restful web server: Create a rest service interface class which you … Continue reading

Posted in CXF, Java | Tagged , | Leave a comment