AppWeb Programming Interfaces Overview
The AppWeb programming interface is comprised of several APIs.
Interface Stability Classifications
AppWeb Programming Interfaces and data structures are classified with a
stability class. These classifications help developers understand which
interfaces may change in future releases and may need to be
wrapped within their applications.
Classification
|
Description
|
Internal
|
Not for use by customers. May change
or be removed in any release.
|
Evolving
|
For use by customers. Subject to
incompatible change at a major (e.g. 2.0) or minor (e.g. 2.1) release.
|
Stable
|
For use by customers. Subject to
incompatible change at a major (e.g 2.0) release only.
|
Deprecated
|
For use by legacy applications only.
Customers are advised that these
interfaces will be removed in the next major release.
|
|