</>
Tutorials

Apache CXF Tutorial

  • Apache CXF with POJO
    In this chapter, you will learn how to develop a simple web application that sends a greetings message to the user. A web service project uses WSDL model. The CXF allows you to hide this WSDL model by providing a simple frontend to map Apache CXF APIs to the underlying WSDL.
  • Apache CXF - Creating a POJO Client & Test
    Our next task is to create a client that will consume the web service that you have created.
  • Apache CXF with JAX-WS
    In this JAX-WS application, we will use Apache CXF-first approach like the earlier POJO application. So first we will create an interface for our web service.
  • Apache CXF - Creating a POJO Server
    We're creating a maven project using Eclipse. Go to New > Maven Project. Check the Create a simple project option. and choose the following properties ?
  • Apache CXF Tutorial
    Apache CXF is an open source services framework developed and distributed by Apache Software Foundation. Apache CXF helps to create both a web service and a client that consumes the service using frontend programming APIs like JAX-RS and JAX-WS.
  • Discuss Apache CXF
    In this tutorial you will learn how to use CXF to create both a web service and a client that consumes the service. This tutorial will also walk you through the entire code development for both server and the client.
Page 1 / 6Next