Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

« Vorherige Version anzeigen Version 3 Nächste Version anzeigen »

Using Global UI definitions gives the xui designer the ability to reuse xui declarations and has thus a great effect at the number of declared xui definitions. This reduction leads on the other hand to an higher cpu utilization even more for large xml schemas. JAXFront resolves global type dependencies at runtime and this causes the slowdown in execution speed. If you don't need Global UI definitions you can turn this feature off:
Disable Global UI definitions for:
All ui's:

  • jaxfront.xml: <property mutable="true">

<key>jaxfront.ui.useGlobalUIDefinitions</key>
<value>false</value>
</property>

  • API: JAXFrontProperties.getInstance(getDOM().getAppContext()).setUsingGlobalUIDefinitions(false);



Single ui:

  • API:

jaxfrontDom.getGlobalDefinition().setUseGlobalTypes(false);

  • Keine Stichwörter