Skip to content


CXF Web service

CXF implementation with Spring.

The CXF project itself is a useful tool that simplify web service implementation. I will not state that it is easy from beginning, but it is easy to extend and support. I use AXIS 2 for my previous projects and  setting up project build and deployment structure with CXF wasn’t smooth. So, in this article I try to put together all knowledge  I earn during this steps.

1. Deployment environment.

Front end Client is a Flex application.
Back end – Spring and blaze ds (for AMF).
Drools for process flow control and validation of compound object creation.
Persistence layer realize with Hibernate3.
Web service provide SOAP and RESTful interface.
Project configuration and dependency manager with maven 2.
All web service communication is over HTTPS.


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

You must be logged in to post a comment.