-
Notifications
You must be signed in to change notification settings - Fork 6
DummyConfiguration
cedelis edited this page Oct 16, 2015
·
2 revisions
The Dummy connector does not actually "connect" to an ILS. It is used as a demonstration of how to write a connector, and provides a no-configuration version of the Toolkit for users to download and test with.
This example shows how to override the library name in the Dummy connector's context descriptor file dummy.xml
:
<?xml version='1.0' encoding='utf-8'?>
<Context>
<Parameter name="DummyConfiguration.LibraryName" value="Dummy Town Library" override="true"/>
</Context>
See [below](DummyConfiguration#Connector Properties) for the complete list of all Dummy connector properties and their use.
Parameter | Default value | Notes |
---|---|---|
DummyConfiguration.LibraryName | Dummytown Library | This is the name of the library. |
DummyConfiguration.AgencyScheme | local.edu | This is the NCIP Scheme URI that identifies a list of agencies (libraries, library branches, etc.). Note that this does not have to point to an actual web page or document; it is used only within NCIP messages to uniquely identify the agencies. |
DummyConfiguration.AgencyValue | Dummytown | This is the Value of this library's identifier within the NCIP Scheme specified above. |
- Overview of NCIP Toolkit
- Services - Overview and Detail Notes
- Installation
- Configuration
- FAQs
- Testing and Test Bed
- Developer Information
- ILS Connector Developers Expectations
- Copyright and License Information
- Class Diagram for NCIP Toolkit
- How to add a new NCIP Service
- How to write an ILS Connector for an NCIP Service
- How to setup your development environment to develop a connector
- How to write an NCIP Initiator (client)
- Voyager connector project
- Millennium Connector Project
- Developer Meeting Minutes
- Release Notes