You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: j2se/java-ws-demo/README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
# Kaazing J2SE WebSocket Echo Tutorial
2
2
3
-
This tutorial shows how J2SE console 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.
4
-
The `echo` service, running inside the Kaazing WebSocket Gateway, reflects back the message that is received by the J2SE application.
3
+
This J2SE console app communicates over WebSocket with an `Echo` service hosted by Kaazing WebSocket Gateway. The app sends messages and receives messages with the `Echo` service over WebSocket.
5
4
6
5
## Minimum Requirements for Running or Building Kaazing J2SE WebSocket Echo tutorial
7
6
8
7
* Java 1.8
9
8
* Gradle 2.10 or higher
10
9
11
-
## Steps for building and running the project
10
+
## Steps for Building and Running the Project
12
11
13
12
- Build the application using gradle
14
13
@@ -27,9 +26,13 @@ or
27
26
build\install\java-ws-demo\bin\java-ws-demo.bat
28
27
```
29
28
29
+
Interact with Kaazing Java WebSocket Client API
30
+
31
+
Documentation that explains how to create a Kaazing Java WebSocket application from scratch can be found [here](http://kaazing.com/doc/5.0/websocket_client_docs/dev-java/o_dev_java.html).
32
+
30
33
## API Documentation
31
34
32
35
API Documentation for Kaazing Java WebSocket Client library is available:
0 commit comments