Creating Web services using Apache CXF (Part 4): Testing

To test this we can follow the same client program which is given in the CXF site. Just create a simple Java class and execute it. 1: package com.your.company.service.client; 2: 3: import java.util.List; 4: 5: import org.apache.cxf.interceptor.LoggingInInterceptor; 6: import org.apache.cxf.interceptor.LoggingOutInterceptor; 7: import org.apache.cxf.jaxws.JaxWsProxyFactoryBean; 8: 9: import com.your.company.service.Product; 10: import com.your.company.service.ProductService; 11: 12: public final classContinue reading “Creating Web services using Apache CXF (Part 4): Testing”

Apache CXF- An ultimate web service open source framework : Lets start learning…

Apache CXF is an open source services framework which is a result of the merge between the XFire and Celtix projects. CXF helps us build and develop services using JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such asContinue reading “Apache CXF- An ultimate web service open source framework : Lets start learning…”

TWO good slide shows about use of Web 2.0 in Enterprise world

The following two presentations by Enterprise 2.0 Bloggers Scott Gavin and Daniel Siddle are simply great ones. If you have some time to spent then check it once. I am sure it will be helpful to you. These slideshows are very much helpful to know about the extended use of Web 2.0 in our enterpriseContinue reading “TWO good slide shows about use of Web 2.0 in Enterprise world”