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
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
Copy file name to clipboardExpand all lines: ws/doc/o_dev_java.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The following checklist provides the steps necessary to build clients to communi
14
14
| 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)|
15
15
| 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)|
16
16
| 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)|
18
18
| 5 | Learn how to authenticate your Java or Android client with the Gateway. |[Secure Your Java and Android Clients](p_dev_java_secure.md)|
19
19
| 6 | Set up logging for your client. |[Display Logs for the Java Client](p_dev_java_logging.md)|
20
20
| 7 | Troubleshoot the most common issues that occurs when using Java clients. |[Troubleshoot Your Java Client](p_dev_java_tshoot.md)|
0 commit comments