Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Creating a new Ilwis connector

Henning Bredel edited this page Aug 15, 2014 · 1 revision

To create a new data connector one have to implement a few interfaces so that the Ilwis kernel can work with it correctly. See an overview of an artificial MyImplConnector:

The following is needed:

  • MyImplModule: the module description which registers available connector factories to the framework
  • MyImplCatalogExplorer: scans the data source (folder, remote service, ..) to create Ilwis Resource's with a corresponding type
  • MyImplObjectFactory: a connector related factory to create relevant object factories

Clone this wiki locally