Skip to content

Commit 02d33e7

Browse files
author
Michael Cretzman
committed
updating migration topic links to point to Andriod topic
- pointing all migration topic links to [Migrate Android and Java Clients to KAAZING Gateway 5.0](p_dev_android_migrate.md) - deleting Java migration topic as the content is duplicated in the Android topic
1 parent 357e5cf commit 02d33e7

7 files changed

Lines changed: 7 additions & 67 deletions

ws/doc/o_dev_java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following checklist provides the steps necessary to build clients to communi
1414
| 1 | Learn how to use the Kaazing Java client library in your Java applet or stand-alone Java application. | [Set Up Your Development Environment](p_dev_java_setup.md) |
1515
| 2 | Use the WebSocket API provided by the Kaazing Java client library to transmit data (both text and binary) over WebSocket. | [Use the Java WebSocket API](p_dev_java_websocket.md) |
1616
| 3 | Use the EventSource API provided by the Kaazing Java client library to take advantage of the HTML5 Server-Sent Events standard. | [Use the Java EventSource API](p_dev_java_eventsource.md) |
17-
| 4 | Migrate your legacy KAAZING Gateway WebSocket or ByteSocket-based client to the WebSocket API-compliant libraries in KAAZING Gateway 5.0. | [Migrate WebSocket and ByteSocket Applications to KAAZING Gateway 5.0](p_dev_java_migrate.md) |
17+
| 4 | Migrate your legacy KAAZING Gateway WebSocket or ByteSocket-based client to the WebSocket API-compliant libraries in KAAZING Gateway 5.0. | [Migrate Android and Java Clients to KAAZING Gateway 5.0](p_dev_android_migrate.md) |
1818
| 5 | Learn how to authenticate your Java or Android client with the Gateway. | [Secure Your Java and Android Clients](p_dev_java_secure.md) |
1919
| 6 | Set up logging for your client. | [Display Logs for the Java Client](p_dev_java_logging.md) |
2020
| 7 | Troubleshoot the most common issues that occurs when using Java clients. | [Troubleshoot Your Java Client](p_dev_java_tshoot.md) |

ws/doc/p_dev_java_eventsource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This procedure is part of [Build Java WebSocket Clients](o_dev_java.md):
1919
1. [Set Up Your Development Environment](p_dev_java_setup.md)
2020
2. [Use the Java WebSocket API](p_dev_java_websocket.md)
2121
3. **Use the Java EventSource API**
22-
4. [Migrate WebSocket and ByteSocket Applications to KAAZING Gateway 5.0](p_dev_java_migrate.md)
22+
4. [Migrate Android and Java Clients to KAAZING Gateway 5.0](p_dev_android_migrate.md)
2323
5. [Secure Your Java and Android Clients](p_dev_java_secure.md)
2424
6. [Display Logs for the Java Client](p_dev_java_logging.md)
2525
7. [Troubleshoot Your Java Client](p_dev_java_tshoot.md)
@@ -99,4 +99,4 @@ To Use the EventSource API in Java
9999
Next Step
100100
---------
101101

102-
[Migrate WebSocket and ByteSocket Applications to KAAZING Gateway 5.0](p_dev_java_migrate.md)
102+
[Migrate Android and Java Clients to KAAZING Gateway 5.0](p_dev_android_migrate.md)

ws/doc/p_dev_java_logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This procedure is part of [Build Java WebSocket Clients](o_dev_java.md):
1919
1. [Set Up Your Development Environment](p_dev_java_setup.md)
2020
2. [Use the Java WebSocket API](p_dev_java_websocket.md)
2121
3. [Use the Java EventSource API](p_dev_java_eventsource.md)
22-
4. [Migrate WebSocket and ByteSocket Applications to KAAZING Gateway 5.0](p_dev_java_migrate.md)
22+
4. [Migrate Android and Java Clients to KAAZING Gateway 5.0](p_dev_android_migrate.md)
2323
5. [Secure Your Java and Android Clients](p_dev_java_secure.md)
2424
6. **Display Logs for the Java Client**
2525
7. [Troubleshoot Your Java Client](p_dev_java_tshoot.md)

ws/doc/p_dev_java_migrate.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

ws/doc/p_dev_java_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This procedure is part of [Build Java WebSocket Clients](o_dev_java.md):
1717
1. **Set Up Your Development Environment**
1818
2. [Use the Java WebSocket API](p_dev_java_websocket.md)
1919
3. [Use the Java EventSource API](p_dev_java_eventsource.md)
20-
4. [Migrate WebSocket and ByteSocket Applications to KAAZING Gateway 5.0](p_dev_java_migrate.md)
20+
4. [Migrate Android and Java Clients to KAAZING Gateway 5.0](p_dev_android_migrate.md)
2121
5. [Secure Your Java and Android Clients](p_dev_java_secure.md)
2222
6. [Display Logs for the Java Client](p_dev_java_logging.md)
2323
7. [Troubleshoot Your Java Client](p_dev_java_tshoot.md)

ws/doc/p_dev_java_tshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This procedure is part of [Build Java WebSocket Clients](o_dev_java.md):
1717
1. [Set Up Your Development Environment](p_dev_java_setup.md)
1818
2. [Use the Java WebSocket API](p_dev_java_websocket.md)
1919
3. [Use the Java EventSource API](p_dev_java_eventsource.md)
20-
4. [Migrate WebSocket and ByteSocket Applications to KAAZING Gateway 5.0](p_dev_java_migrate.md)
20+
4. [Migrate Android and Java Clients to KAAZING Gateway 5.0](p_dev_android_migrate.md)
2121
5. [Secure Your Java and Android Clients](p_dev_java_secure.md)
2222
6. [Display Logs for the Java Client](p_dev_java_logging.md)
2323
7. **Troubleshoot Your Java Client**

ws/doc/p_dev_java_websocket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This procedure is part of [Build Java WebSocket Clients](o_dev_java.md):
3232
1. [Set Up Your Development Environment](p_dev_java_setup.md)
3333
2. **Use the Java WebSocket API**
3434
3. [Use the Java EventSource API](p_dev_java_eventsource.md)
35-
4. [Migrate WebSocket and ByteSocket Applications to KAAZING Gateway 5.0](p_dev_java_migrate.md)
35+
4. [Migrate Android and Java Clients to KAAZING Gateway 5.0](p_dev_android_migrate.md)
3636
5. [Secure Your Java and Android Clients](p_dev_java_secure.md)
3737
6. [Display Logs for the Java Client](p_dev_java_logging.md)
3838
7. [Troubleshoot Your Java Client](p_dev_java_tshoot.md)

0 commit comments

Comments
 (0)