Page Edited :
CAMEL :
Web Console
Web Console has been edited by James Strachan (Feb 19, 2009). Content:Web Console
In its early form the easiest way to try out the web console is to get the latest Source then from the command line type cd components/camel-web mvn jetty:run Then point your web browse at http://localhost:8080/
REST APICamel comes with a full RESTful API for interacting with the Camel context, the available endpoints and routes. You can browse details of the running API via http://localhost:8080/api The web application uses mostly the same URIs for the HTML representation of a resource (e.g. /endpoints) as the JSON and XML representations. To help rendering the different representations in your browser you can append .xml, .html, .json or even .dot to URLs. For example viewing these URLs are equivalent
For more details try viewing the API documentation in your local Camel instance |
Unsubscribe or edit your notifications preferences