![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
TIBCO Designer is available for configuring SDK-based custom adapters. Adapter configurations are saved to the project repository, where the code can access them.
1.
2. Write the custom adapter code. Ensure that the project repository is known to the adapter. The runtime adapter program accesses the information in the project repository.The repository location (as well as some startup information) can be specified on the command line, in a properties file, or in the adapter program itself. See Specifying Configuration Information.
3. Upon startup, the SDK encapsulates the configuration information in instances of classes. The custom adapter code can then access that information. See Accessing Configuration Information.Figure 1 Adapter Configuration Overview
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |