The Magnolia UI Framework REST Extensions module is a DX Core Edition
feature which complements the
REST Client module by
enabling configured REST clients as:
Bundled modules are automatically installed for you.
If the module is unbundled, add the following to your bundle including your project’s <dependencyManagement> section and your webapp’s <dependencies> section.
If the module is unbundled but the parent POM manages the version, add the following to your webapp’s <dependencies> section.
The module provides two additional
field
types to handle offline datasources:
jsonLinkField
jsonComboBoxField
These types wrap the linkField and comboBoxField types,
respectively, and check whether REST calls are working properly. If an
error occurs, a label appears next to the component that uses the REST
field type and the component is disabled.