Introduction to Apache CXF Aegis Data Binding 1. Overview This tutorial gives an introduction to Aegis data binding, a subsystem that can map between Java objects and XML documents described by XML schemas. Aegis allows detailed control over the mapping process while keeping programming effort to a minimum. Aegis is… Continue Reading aegis-data-binding-in-apache-cxf

Introduction to Apache CXF 1. Overview Apache CXF is a JAX-WS fully compliant framework. On top of features defined by JAX-WS standards, Apache CXF provides the capability of conversion between WSDL and Java classes, APIs used to manipulate raw XML messages, the support for JAX-RS, integration with the Spring Framework,… Continue Reading introduction-to-apache-cxf

Apache CXF Support for RESTful Web Services 1. Overview This tutorial introduces Apache CXF as a framework compliant with the JAX-RS standard, which defines support of the Java ecosystem for the REpresentational State Transfer (REST) architectural pattern. Specifically, it describes step by step how to construct and publish a RESTful… Continue Reading apache-cxf-rest-api