Getting Started with the Example Adapter
The dss-example-adapter.src.[YYYY.MM.DD].zip is a complete example of a basic adapter implementation and can be used as a template for creating a new adapter. It doesn't interface with any external system but rather implements a simple temporary in-memory object storage system. It is a standalone maven project, so you will need maven to build it. The project has some useful features built into it such as the ability to validate the syntax of the ECMAScript implementation file and to auto-generate basic adapter documentation in HTML format. Since this page will refer often to files in the project, you will want to download the most recent dss-example-adapter.src.[YYYY.MM.DD].zip and expand the project before proceeding.