Examples
Overview
Here you can find links to our examples in GitHub. These implementations are for showcase and testing purposes and demonstrate various Glue42 Enterprise functionalities within different technology environments. Checkout the respective repositories and experiment firsthand with the many cool features of Glue42 Enterprise!
JavaScript
JavaScript Examples Repository
- Application Management Example
- Interop Example
- Shared Contexts Example
- Streaming Example
- Flydown Window Example
- Popup Window Example
- Pub/Sub Example
- BBG Worksheet Demo
.NET
- Application Management Example
- Interop Example
- WPF Sticky Window Example
- Shared Contexts Example
- Notifications Example
- Interop Streaming 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 application example
- Application Management Example
- Interop Example
- Glue42 Window Example
- Layouts Example
- Notifications Example
- Window Management Example
COM
- Delphi 10 Example
- Delphi 7 Example
Other Examples
Glue42 Enterprise Toolbar Demo - The Glue42 Enterprise Toolbar is an application hub and an entry point, which allows the user to start other apps, save or load workspaces, change themes, manage notifications and settings. The Glue42 Enterprise Demo Toolbar is a web application that can be modified or entirely replaced by a custom implementation.
Node.js REST Config Example - A simple Node.js
REST
server, which acts as a remote applications and layouts store. You can use this example to test fetching application and layout configuration files to Glue42 Enterprise from a remoteREST
service..NET REST Config Example - A simple .NET
REST
server, which acts as a remote applications and layouts store. You can use this example to test fetching application and layout configuration files to Glue42 Enterprise from a remoteREST
service.Extensions Example - This repo includes functioning extension examples, as well as an extension template for creating and adding your own extensions to web-based apps hosted in Glue42 Enterprise.
Testing Example - Here you can get an example web app and tests, which you can use to learn how to test your app within the Glue42 framework.