From bff1bdb0d0a510edb951a3f9d179e3c97e8b7c62 Mon Sep 17 00:00:00 2001 From: dsyer Date: Sun, 13 Mar 2011 15:13:20 +0000 Subject: [PATCH] Update README for webapp --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 19f67ea..5d2c4a6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,18 @@ In the example above we backgrounded the server process, or you could run it in a different window to make things clearer in the console logs. +## Web UI + +The Stocks sample is also a web application. You should be able to run it in your IDE, e.g. if you imported the project into STS (or Eclipse with Maven support) you can drag it onto a server, or use `Run As...->On Server`. From the command line you can use + + $ mvn jetty:run + +The web UI is designed like the swing client - it has a ticker table +that updates every second (if there is any new data), and an order +entry form. The `QuoteController` manages the interaction between the +browser and the application and between the application and the AMQP +broker. + # Contributing to Spring AMQP Samples Here are some ways for you to get involved in the community: