summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/samples/learning-more/binding-websocket/autocomplete-webapp/README
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-07-26 12:49:53 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-07-26 12:49:53 +0000
commit371d66575d40466628dfd7f4353dc1c500fba1a5 (patch)
tree3ad8aeb60d8c4efed7b958538d644456718944ad /sca-java-2.x/contrib/samples/learning-more/binding-websocket/autocomplete-webapp/README
parent7c37fa57602419fcf5e80018a9eb48c9590a5e01 (diff)
Add README files to present websocket samples. Add Jetty plugin to enable jetty:run.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151077 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/contrib/samples/learning-more/binding-websocket/autocomplete-webapp/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/sca-java-2.x/contrib/samples/learning-more/binding-websocket/autocomplete-webapp/README b/sca-java-2.x/contrib/samples/learning-more/binding-websocket/autocomplete-webapp/README
index 7e721af2aa..a0b90cdf2f 100644
--- a/sca-java-2.x/contrib/samples/learning-more/binding-websocket/autocomplete-webapp/README
+++ b/sca-java-2.x/contrib/samples/learning-more/binding-websocket/autocomplete-webapp/README
@@ -15,8 +15,10 @@ runtime will use port 9000 as a default.
The websocket binding uses embedded Jetty instances as websocket servers. At the
moment, Jetty 8.0.0-M3 is used which has support for the 00, 01, 06 and 07
-versions of the websocket protocol drafts. You should check if the browser of
-your choice supports one of these protocol versions.
+versions of the websocket protocol drafts.
+
+IN ORDER TO RUN THIS SAMPLE SUCCESSFULLY PLEASE CHECK IF YOUR BROWSER SUPPORTS
+THE ABOVE WEBSOCKET PROTOCOL VERSIONS AND THAT THE WEBSOCKET SUPPORT IS ENABLED.
The websocket binding also features a javascript API to simulate SCA in the
browser. In order to use it, the following script has to be included in the