Examples
Overview
Here you can find links to Glue42 examples in GitHub. These implementations are for showcase and testing purposes and demonstrate various Glue42 Enterprise functionalities within different technology environments. See the respective repositories and experiment firsthand with the many cool features of Glue42 Enterprise!
JavaScript
JavaScript Examples Repository
- App Management Example
- App Preferences Example
- Channels Example
- Flydown Example
- Intents Example
- Interop Request/Response Example
- Interop Streaming Example
- Popup Example
- Pub/Sub Example
- Shared Contexts Example
- Themes Example
- Window Management Example
.NET
- App Management Example
- Multi Window App Example
- Interop Example
- Interop Streaming Example
- WPF Sticky Window Example
- Shared Contexts Example
- Notifications Example
- Blazor Example
Java
The Java examples are shipped with the Glue42 Enterprise installer. You can find them in the %LocalAppData%\Tick42\Demos\Java
folder.
Angular
- Full demo app example
- App Management Example
- Interop Example
- Glue42 Window Example
- Layouts Example
- Notifications Example
- Window Management Example
Dash
- Channels Example
- "Client/Portfolio/News" Example
- Shared Contexts Example
- Excel Example
- Interop Example
- Notifications Example
- "Oil and Gas" Example
- Window Management Example
Native Examples
- Delphi 10 Example
- Delphi 7 Example
- MFC Example
- C++ Console Example
- MFC Example
Electron
- Electron example - an example demonstrating how to Glue42 enable your Electron app and use Glue42 functionalities in it.
Glue42 Apps
Templates - templates for creating custom toolbars, launchpads, Workspaces apps and Notification apps based on the Glue42 Floating Toolbar, the Glue42 Launchpad and the Glue42 Enterprise Workspaces UI App and Notifications App.
Workspace with Header - an example of how to add a custom header, popups and pinned tabs to the Workspaces App.
Web Groups with Banners - an example of how to customize the Glue42 Web Groups.
Search Provider Example - a basic search provider that can be used to return results for custom entities to the Global Search app.
Glue42 Server example - a complete Glue42 Server example.
Basic Server Example - a basic Glue42 Server example demonstrating how to run the Glue42 Server and the Admin UI using NPM packages and basic authentication.
Glue42 Connectors
BBG Market Data example - demonstrates using the
@glue42/bbg-market-data
library.BBG Connector Mock - this mock can be used to write end-to-end tests for your apps without the need for a real Bloomberg Terminal, and to see how to implement your own Interop methods for creating data requests and controlling the data returned in your tests.
Other Examples
Node.js REST Config Example - a simple Node.js REST server, which acts as a remote app, Layout, app preferences and system configuration store. You can use this example to test fetching apps, Layouts, app preferences and system configuration files to Glue42 Enterprise from a remote REST service.
.NET REST Config Example - a simple .NET REST server, which acts as a remote app and Layout store. You can use this example to test fetching apps and Layouts configuration files to Glue42 Enterprise from a remote REST service.
Playwright Example - a Glue42 end-to-end test example using Playwright.