7 Embedding a Published Project in Third-Party Web Applications
Using an embedded JavaScript framework, you can embed a project published in Spatial Studio in a third-party web application (such as an APEX application).
Note:
You can embed a project published in Spatial Studio in a third-party web application only if the application does not use (or is not dependent on) the Oracle JET framework.Spatial Studio provides a Oracle JET Web Component that can be embedded in external web applications. This web component can load and show a published project with most of the styling capabilities that are built in the Spatial Studio server. Also, it provides methods and events for interaction.
- Prerequisites for Embedding a Published Project
Learn the prerequisite tasks required for embedding a published project in your web application. - Basic Usage of the Spatial Studio Web Component
Learn how to embed the Spatial Studio web component in an HTML page to load and view your published project in your web application. - Interactive Usage with the Spatial Studio Web Component
Describes the methods supported for interacting with the Spatial Studio web component for embedding. - Embedding a Published Project in an APEX Application
You can load the Spatial Studio web component in an APEX Application and render the map visualization.