Apache CXF Interceptors

Interceptors are the fundamental processing unit which is native in Apache CXF. Basically they are Java classes that intercept your message to provide or apply certain core services to it. In this tutorial we will show how to use them and how to create some custom ones. Apache CXF provides many built-in Interceptors that provide … Read more

Developing Web services on JBoss AS 7

In this tutorial we will show how to deploy a JAX-WS Web service on JBoss AS 7. You will see how you can easily deploy and test a Web service in the new application server release. In order to use Web services in the new application server release you need the following extension in your … Read more