Extending the Spotfire installation
Use the following procedure to extend Spotfire with custom capabilities. This procedure is an overview of all of the tasks required to create, build, debug, and deploy a Spotfire extension.
About this task
Note: This help refers to
options and configurations in Visual Studio 2017. The steps might vary when
using other versions.
Before you begin
- You must have a supported version of Visual Studio installed and configured for a Spotfire client.
- You must have Spotfire Package Builder installed. See Spotfire Package Builder for more information.
- You must have Spotfire Analyst installed on your computer.
- You must have administration access to Spotfire Server.
Procedure
Results
- Installing the Spotfire extension project templates
The Spotfire extension project templates are used in Visual Studio to create new Spotfire extension projects. They handle implementation details and enable you to focus on adding new functionality. - Creating a Spotfire extension in Visual Studio
This task demonstrates creating a Microsoft Visual Studio project that is based on the Spotfire extension project using the Spotfire Extension.zip template. - Adding a configuration to your solution
Before you add an extension to Spotfire Package Builder, provide at least one configuration. Each configuration specifies at least one Spotfire distribution to which you can add an extension. The distribution is provided with the Spotfire Developer installation. You can specify the Spotfire distribution later. - Adding Spotfire extensions to Spotfire Package Builder configurations
Spotfire Package Builder guides you through the process of creating a package to contain an extension.
- Installing the Spotfire extension project templates
The Spotfire extension project templates are used in Visual Studio to create new Spotfire extension projects. They handle implementation details and enable you to focus on adding new functionality. - Creating a Spotfire extension in Visual Studio
This task demonstrates creating a Microsoft Visual Studio project that is based on the Spotfire extension project using the Spotfire Extension.zip template. - Adding a configuration to your solution
Before you add an extension to Spotfire Package Builder, provide at least one configuration. Each configuration specifies at least one Spotfire distribution to which you can add an extension. The distribution is provided with the Spotfire Developer installation. You can specify the Spotfire distribution later. - Adding Spotfire extensions to Spotfire Package Builder configurations
Spotfire Package Builder guides you through the process of creating a package to contain an extension.
Parent topic: Spotfire Package Builder
Related concepts