Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

A descriptor is the specification on how a configuration must be provided for a particular functionality. A simple form of a descriptor is a property bundle provided by Java.

In Canvas Technology, all descriptors are taken as property files. So, all the attributes that a descriptor needs are as keys within the property file.

Any place where the bundle name has to be provided, it must be without the ".properties" suffix.

For example:  If your bundle name is MyImplementation.properties, then the value would be MyImplementation.

Refer the following:

  • No labels