Skip to content

Commit d8135ee

Browse files
authored
Merge pull request #12 from lloish/develop
Updated READMEs
2 parents 6285c5a + 12112ab commit d8135ee

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

android/jms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This tutorial shows how Android application can communicate over the web with an
2121

2222
## Interact with Kaazing Java WebSocket Client API
2323

24-
Detailed instructions to create Kaazing Android WebSocket JMS Tutorial from scratch to be able to send and receive JMS messages over WebSocket can be found [here](http://kaazing.com/doc/5.0/jms_client_docs/dev-android/o_dev_android.html).
24+
Checklist how to create Kaazing Android WebSocket JMS application from scratch, to be able to send and receive JMS messages over WebSocket can be found [here](http://kaazing.com/doc/5.0/jms_client_docs/dev-android/o_dev_android.html).
2525

2626
## API Documentation
2727

android/ws/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This tutorial shows how Android application can communicate over the web with an `echo` service running within Kaazing WebSocket Gateway using Kaazing Java WebSocket Client library. The application sends text messages to the `echo` service over WebSocket.
44
The `echo` service, running inside the Kaazing WebSocket Gateway, reflects back the message that is received by the Android application.
55

6-
## Minimum Requirements for Running or Building Kaazing Android JMS WebSocket tutorial
6+
## Minimum Requirements for Running or Building Kaazing Android Echo WebSocket tutorial
77

88
* Java 1.8
99
* Gradle 2.10 or higher
@@ -21,7 +21,7 @@ The `echo` service, running inside the Kaazing WebSocket Gateway, reflects back
2121

2222
## Interact with Kaazing Java WebSocket Client API
2323

24-
Detailed instructions to create Kaazing Android WebSocket JMS Tutorial from scratch to be able to send and receive JMS messages over WebSocket can be found [here](http://kaazing.com/doc/5.0/websocket_client_docs/dev-android/o_dev_android.html).
24+
Checklist how to create Kaazing Android WebSocket Echo application from scratch, to be able to send and receive Echo messages over WebSocket can be found [here](http://kaazing.com/doc/5.0/websocket_client_docs/dev-android/o_dev_android.html).
2525

2626
## API Documentation
2727

j2se/java-amqp-demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ or
2525
build\install\java-amqp-demo\bin\java-amqp-demo.bat
2626
```
2727

28-
## Interact with Kaazing Java WebSocket Client API
28+
## Interact with Kaazing Java WebSocket AMQP Client API
2929

30-
Detailed instructions to create Kaazing Java WebSocket AMQP Tutorial from scratch to be able to send and receive AMQP messages over WebSocket can be found [here](http://kaazing.com/doc/amqp/4.0/dev-java/o_dev_java.html).
30+
Checklist how to create Kaazing Java WebSocket AMQP application from scratch to be able to send and receive AMQP messages over WebSocket can be found [here](http://kaazing.com/doc/amqp/4.0/dev-java/o_dev_java.html).
3131

3232
## API Documentation
3333

j2se/java-jms-demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ build\install\java-jms-demo\bin\java-jms-demo.bat
2727

2828
## Interact with Kaazing Java WebSocket Client API
2929

30-
Detailed instructions to create Kaazing J2SE WebSocket JMS Tutorial from scratch to be able to send and receive JMS messages over WebSocket can be found [here](http://kaazing.com/doc/5.0/jms_client_docs/dev-java/o_dev_java.html).
30+
Checklist how to create Kaazing J2SE WebSocket JMS Tutorial application from scratch, to be able to send and receive JMS messages over WebSocket can be found [here](http://kaazing.com/doc/5.0/jms_client_docs/dev-java/o_dev_java.html).
3131

3232
## API Documentation
3333

0 commit comments

Comments
 (0)