Hi-- Having gone through the Spring Web Services (SWS) manifesto about contract-first as well as their sample examples, I wonder how CXF matches up with SWS. I know that CXF allows contract-first development, but is it as simple as SWS? For example, with SWS, all I need to do is define the XSD for my types (the messages and such being passed or returned). I can then have SWS generate the WSDL using basic conventions and the XSDs defined. The only other thing to do is to implement the endpoints (Java) that will handle the service. From looking through the CXF site, it looks that if you do contract-first, you must define the WSDL along with the XSDs and Java service implementations (probably using JSR-181). Is this the case?
Thanks in advance! -los -- View this message in context: http://www.nabble.com/contract-first-with-only-xsd-tf4474467.html#a12757416 Sent from the cxf-user mailing list archive at Nabble.com.
