I want to expose some of the existing POJOs of my Spring Web application as Webservices with the help of JAX-WS annotations. I can do it in the following two ways
- Apache CXF
- Mule ( this internally uses CXF)
I wanted to know which is preferable and why?