Application objects are specified in TIBCO Designer using the Generic Adapter Configuration resource and saved in the project repository.
At runtime, the SDK accesses the descriptions based on the configUrl or
repoUrl and stores them in the
MProperties class. The custom adapter can then access the data through
MProperties. See
Sending and Receiving Data.
At runtime, the SDK accesses the descriptions based on the configUrl or
repoUrl and creates class description classes (for example,
MClassDescription). Custom adapters access the class descriptions through the
MClassRegistry object and create instances based on the description. See
Metadata.
Startup information is specified using the Generic Adapter Configuration resource inside the application code, in a properties file, or on the command-line.