$ cat ~/wolfe.id.au/index.md

Apache CXF

term  ·  4 entries
  1. Using 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
  2. Using 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
  3. Apache 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
  4. Building 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