-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0522799
commit 60731f1
Showing
6 changed files
with
67 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
plugin/src/main/java/io/deephaven/plugin/js/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/** | ||
* Copyright (c) 2016-2023 Deephaven Data Labs and Patent Pending | ||
*/ | ||
|
||
/** | ||
* The Deephaven server supports {@link io.deephaven.plugin.js.JsPlugin JS plugins} which allow custom javascript (and | ||
* related content) to be served under the HTTP path "js-plugins/". | ||
* | ||
* <p> | ||
* A "js-plugins/manifest.json" is served that allows clients to discover what JS plugins are installed. This will be a | ||
* JSON object, and will have a "plugins" array, with object elements that have a "name", "version", and "main". All | ||
* files served via a specific plugin will be accessed under "js-plugins/{name}/". The main entry file for a plugin will | ||
* be accessed at "js-plugins/{name}/{main}". The "version" is currently for informational purposes only. For more | ||
* information on the structure of the ... | ||
* | ||
* @see <a href="https://github.com/deephaven/deephaven-plugins">deephaven-plugins</a> for Deephaven-maintained JS | ||
* plugins | ||
*/ | ||
package io.deephaven.plugin.js; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters