I want to develop my first web service in Java. Where should I start? I see that Apache has Axis 2. What other options are there and which option do people think is a good starting place?
Cheers,
Jimmy
I want to develop my first web service in Java. Where should I start? I see that Apache has Axis 2. What other options are there and which option do people think is a good starting place?
Cheers,
Jimmy
I'd like you try to use CXF, CXF is also a project of the Apache software foundation. CXF came up from a fusion of XFire and Ionas Celtix project. importantly it has supported JAVA-WS implemention and easy integrated with spring:
Also there have a link with?