This short post publishes a Restful Web Service and then tests @Put and @Post methods using rest-shell. Create the Service Follow the instructions from my previous post: Produce Json From Restful CXF Web Service. Once you have done this, modify …
A great tool for consuming and testing restful web services is rest-shell. In an writing these notes for OS X on a Mac. The instructions I am following come from here. Install HomeBrew Open a terminal window and enter the following …
In this post, we are going to create a simple Restful web service that returns json. This post follows on from Create Restful Web Services with JBoss, Maven, Apache CXF and Spring, but is also self-contained. Create the Project Using …
In this short post, we are going to create a simple restful web service using Apache CXF, Spring, and JBoss AS7. Create the Project Using Eclipse / JBoss Developer Studio New -> Maven Project maven-archetype-webapp Group Id: com.skills421.webservices Artifact Id: SimpleCXFRest The …