OpenAjax Hub 1.0 Specification ImplementationMetadata
From MemberWiki
4 Implementation Metadata
This chapter describes the metadata that implementations of the Hub MUST provide.
Implementation Metadata Fields
- OpenAjax.hub.implementer
- Required or optional
- Required
- Type
- String
- Description
- Some sort of GUID, such as a URL, that uniquely identifies the organization that has produced this particular implementation of the OpenAjax Hub specification. For example, the open source reference implementation of the OpenAjax Hub at http://openajaxallianc.sourceforge.net sets this metadata field as follows:
OpenAjax.hub.implementer="http://openajax.org"
- OpenAjax.hub.implVersion
- Required or optional
- Required
- Type
- String
- Description
- Implementation-specific version number for this particular implementation,in the form of #[.#]*, such as "1", "1.1" or "1.20.2".
- OpenAjax.hub.specVersion
- Required or optional
- Required
- Type
- String
- Description
- Version number of the OpenAjax Hub specification that this implementation supports, in the form of #[.#]*, such as "1", "1.1" or "1.20.2".
- OpenAjax.hub.implExtraData
- Required or optional
- Optional
- Type
- Object
- Description
- If present, can be null. An arbitrary Object holding extra information about this particular implementation of the OpenAjax Hub.
