Monthly Archives: October 2024

Improving Java build speed with Develocity

We have recently started using the Develocity tool for our builds. I really love it. It is a build acceleration tool made by the company who create Gradle. It was previously called Gradle Enterprise, but has been renamed to make … Continue reading

Posted in Gradle, Java | Leave a comment

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