Notes

Powered by The LE Company

Monday, June 12, 2017

SOAP, Restful web services with CXF, Web UI with Vaadin and Spring Framework

This is a simple project to integrate CXF and Vaadin 8 to Spring Framework. Here, we reuse previous project  and just to add more Vaadin into the project to support web UI.

Monday, June 5, 2017

SOAP and Restful web services with CXF and Spring Framework

This is a simple web application combination of SOAP and Restful webservices in CXF and Spring framework.
Configuration using annotations makes development a webservies application really simple and fast. It is a big change from the past when there were lot of steps need to be done to build a webservices application.

Sunday, June 4, 2017

SOAP web services standalone application with CXF framework

This is a simple Java SOAP web services application using CXF framework.

1. Setup
Download CXF run-time binary at http://cxf.apache.org/download.html and add it to your Eclipse.