Creating a REST service using the REST DSL [Video]
This video shows how to use Apache Camel’s REST DSL to create a REST service containing one GET operation. The operation returns a simple text string.
The service is created using the Restlet framework.
The video also shows how to test the service using curl
.