...
4) Transform the example application to retrieve data from your authoring tool.
This involves transforming the example implementation of the IToolAdapter so that it retrieves data from your server.
5) Create Resource Preview and other delegated UI elements
The only required UI element for a genOSLC integration is a Resource Preview. These are expected to be displayed in an iframe in an external application. The selection and creation dialogs are optional.
Resource Preview
This is a small web application that shows a preview of one of your resources. It is most often displayed by an external application a user hovers over a link to one of your resources .
Selection Dialog
This allows an external application to select a resource in your application, with the purpose of creating a link to your application. This is not necessary for all integrations e.g. links are only created when in the user is in your application.
Creation Dialog
This allows an external application to create a new resource in your application (e.g. a change request). This is only rarely required.