Guy Pardon-3 wrote > > Hi, > > I am looking for examples and/or information on using CXF/REST/JAXRS as > the controller for html webapps - instead of Struts or JSF. > > Any pointers available? > > Thanks > Guy > There are some "HOWTOs" at the CXF website that should get you started. Here's a Spring example: http://cxf.apache.org/docs/writing-a-service-with-spring.html
For more detailed examples, also take a look at the samples directory, specifically CustomerService in the following directory: apache-cxf-2.4.0-src\apache-cxf-2.4.0-src\distribution\src\main\release\samples\jax_rs\basic\src\demo\jaxrs\server -- View this message in context: http://cxf.547215.n5.nabble.com/REST-and-MVC-for-webapps-tp5454635p5454685.html Sent from the cxf-user mailing list archive at Nabble.com.
