Creating a REST service with CXF and Spring in 10 minutes « Insane Programming
I’ve recently been using CXF, Maven, Spring and Jetty or Tomcat (see ‘cxf-http-basic’ archetype) to quickly create and expose new WSDL-exposing web services. However, I wasn’t aware that CXF could also be used for REST-ful services, this article offers a concise introduction this method of web service.