Java template for WSDL-first web services using CXF (for Maven2 and Eclipse)
This took me a while to put together so I thought I’d post it. I wanted the simplest possible template for building a web service in Java. I wanted it to be JAX-WS compliant, so I used the CXF open source implementation which is not only compliant, but also flexible and fast. I also wanted […]
Also tagged cxf, Java, maven, soap