We have deployed CXF throughout our organization with a great degree of success. That being said, we've not done a very good job of versioning any of our services. We've been stuck on version 1.0.0 of all of our services (making changes to the xsds and wsdls), forcing our clients to rebuild before deploying a new release. This isn't ideal.
That being said, I'd like to create a pure POJO service layer that my web services delegate to without passing in the JAXB generated Request objects. Ideally, I would like my JAXB Request objects to implement an interface that my POJO service tier could use. I was wondering if anyone can point me to some good documentation on how to achieve this. Thanks, John -- View this message in context: http://old.nabble.com/Versioning-of-Web-Services-using-Interfaces-tp28995162p28995162.html Sent from the cxf-user mailing list archive at Nabble.com.
