Apache CXF with Spring Integration
Apache CXF is an easy way to expose a business class as a web service via REST (jaxrs) or SOAP (jaxws). In some cases you may just want to separate the client and business logic across multiple servers. Spring Integration …