From 3ed4a349d6af69edcb05bf6c0b2fd0002009dccc Mon Sep 17 00:00:00 2001 From: Colin Alworth Date: Tue, 20 Jun 2023 12:39:05 -0500 Subject: [PATCH] Clean up JS API samples to be easier to use on startup (#4017) --- .../java/io/deephaven/web/public/grpc.html | 96 ------------------- .../java/io/deephaven/web/public/index.html | 9 +- .../java/io/deephaven/web/public/simple.html | 54 ----------- 3 files changed, 6 insertions(+), 153 deletions(-) delete mode 100644 web/client-api/src/main/java/io/deephaven/web/public/grpc.html delete mode 100644 web/client-api/src/main/java/io/deephaven/web/public/simple.html diff --git a/web/client-api/src/main/java/io/deephaven/web/public/grpc.html b/web/client-api/src/main/java/io/deephaven/web/public/grpc.html deleted file mode 100644 index d15a271d305..00000000000 --- a/web/client-api/src/main/java/io/deephaven/web/public/grpc.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - Deephaven gRPC test page - - -

Simple test page to verify that gRPC is working

-

- This sample is how to show that the internal gRPC api is working properly. Open the browser console to see - the results from loading the page. Nothing else will appear on the page to indicate success or failure. -

- - - diff --git a/web/client-api/src/main/java/io/deephaven/web/public/index.html b/web/client-api/src/main/java/io/deephaven/web/public/index.html index 61e4eea90d8..6d030021fa3 100644 --- a/web/client-api/src/main/java/io/deephaven/web/public/index.html +++ b/web/client-api/src/main/java/io/deephaven/web/public/index.html @@ -9,8 +9,6 @@ Welcome to the Deephaven JS API. This page has the api loaded, open the browser console to interact with the server.

Feature Demos

- diff --git a/web/client-api/src/main/java/io/deephaven/web/public/simple.html b/web/client-api/src/main/java/io/deephaven/web/public/simple.html deleted file mode 100644 index 88a878ce5bb..00000000000 --- a/web/client-api/src/main/java/io/deephaven/web/public/simple.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - Simple Deephaven JS Client - - -

Simple test page to verify that the Deephaven JS API can connect, create a table, and subscribe to changes

-

- When the page loads, a connection to the server will be created, and a new ticking table declared. Read the source - for this page to see how it was created. -

- - -