Tag Archives: spring

Java Quick Start – JAX-RS RESTful services with CXF and TomCat

JAX-RS makes it pretty straightforward to build RESTful services in Java. In this quick start we create a simple-as-possible example with a little help from CXF and TomCat Continue reading

Java Quick Start – JAX-WS code-first web services with CXF and Spring

In this quick start we work through creating and deploying a minimal JAX-WS code-first web service to a Java webapp container using Apache CXF and Spring. Continue reading