Web Services Hello World Example with CXF
CXF Overview Apache CXF is an open source, fully featured Web services framework, its name CXF is originated from Celtix and XFire, the two projects are nicely combined work together to Apache. CXF...
View ArticleCXF wsdl2java Ant Task Example
We have two ways to develop a web service, start with the XML Schema/WSDL contract first followed by the Java code second, or start with Java code first followed by WSDL second, however, the...
View ArticleCXF Interceptor example: how to get HTTP Headers in CXF
CXF Interceptor Overview: CXF has high federated extensibility which benefits from the design of interceptor and InterceptorChain, Interceptor is the fundamental processing unit inside CXF, the series...
View ArticleCXF web service client example
CXF Client overview In previous chapter, we introduced get starting CXF web service example and CXF interceptor, CXF also provides you with many options to build CXF clients, today we will have quick...
View ArticleCXF vs AXIS2 Comparison
CXF VS AXIS2 Overview Both CXF and axis are famous open web service framework, there are new next-generation which evolved from existing projects and introduced many innovative thoughts, therefore,...
View ArticleCXF Spring Support
CXF Overview CXF has been taken full advantage of JAX-WS and Spring 2.x XML. In previous chapter, we share Web Services hello world example with CXF, today we look at how to create and publish CXF web...
View Article