Skip to content

Commit 0339a10

Browse files
committed
Merge remote-tracking branch 'kaazing/develop' into develop
2 parents f8bf705 + c365e9b commit 0339a10

3 files changed

Lines changed: 42 additions & 0 deletions

File tree

j2se/java-amqp-demo/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# J2SE Tutorial for AMQP
2+
3+
This tutorial contains Java/J2SE sample application for AMQP built using Kaazing Java WebSocket AMQP API
4+
5+
## Building and running the application
6+
- Build the application using gradle
7+
```bash
8+
cd <application root directory>
9+
gradle installDist
10+
```
11+
- Run the application
12+
```bash
13+
build/install/java-amqp-demo/bin/java-amqp-demo
14+
```

j2se/java-jms-demo/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# J2SE Tutorial for JMS
2+
3+
This tutorial contains Java/J2SE sample application for JMS built using Kaazing Java WebSocket JMS API
4+
5+
## Building and running the application
6+
- Build the application using gradle
7+
```bash
8+
cd <application root directory>
9+
gradle installDist
10+
```
11+
- Run the application
12+
```bash
13+
build/install/java-jms-demo/bin/java-jms-demo
14+
```

j2se/java-ws-demo/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# J2SE Tutorial for WebSocket
2+
3+
This tutorial contains Java/J2SE sample application for AMQP built using Kaazing Java WebSocket API
4+
5+
## Building and running the application
6+
- Build the application using gradle
7+
```bash
8+
cd <application root directory>
9+
gradle installDist
10+
```
11+
- Run the application
12+
```bash
13+
build/install/java-ws-demo/bin/java-ws-demo
14+
```

0 commit comments

Comments
 (0)