- 2011-05-262 minUsing Apache CXF And Maven With a Proxy Server
I discovered a couple of interesting issues when using Apache CXF and Maven behind a proxy this week. It started when I sent out a package of stubs in a Maven project I had built to enable developers of integration …
#004 - 2011-05-222 minUsing Jackson with Apache CXF
Whilst working on my Javascript, ExtJS 4 and Apache CXF skills I came across a solution to a problem I encountered getting ExtJS to talk to Apache CXF using JSON. The basis for this issue revolves around …
#003 - 2011-05-203 minApache CXF Logging Configuration
Configuring logging in Apache CXF can be confusing at first, in my view this is further compounded by Apache Tomcat’s logging architecture. In my cxf based projects the first step is to use the logging …
#002 - 2011-05-072 minBuilding Apache CXF web service clients namespace mapping
Recently I have been doing quite a bit of work around Apache CXF , both on the server side and the client side. Over the next few weeks I will post some of the tricks I have learnt. In this post I will summarise one of …
#001