rafaelnferreira / camel-ecommerce

An e-Commerce example application using Apache Camel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camel E-Commerce
================

An e-commerce demo application that delivers your order quickly and reliably.
Developed by Alessandro Kieras and Adriano Tavares.

	
You can build the WAR by running

mvn install

You can then run the project by dropping the WAR into your 
favorite web container or just run

mvn jetty:run

to start up and deploy to Jetty.


Web Console
===========

You can view the Web Console by pointing your browser to http://localhost:8080/

You should be able to do things like

    * browse the available endpoints
    * browse the messages on an endpoint if it is a BrowsableEndpoint
    * send a message to an endpoint
    * create new endpoints

For more help see the Apache Camel documentation

    http://camel.apache.org/
    

About

An e-Commerce example application using Apache Camel.