Trace: • Programatically Application Setup • Defining and Using Application Parameters • Using XmlSecurityManager • Remove Default Padding of Workscreen • Detecting Manual Logout • Show an Exception With Stack Trace • Push support • Portlet Integration • Open a “Managed” Custom Dialog • Control Opening Workscreens
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
jvx:client:gui:application_parameters [2018/02/01 13:02] admin |
jvx:client:gui:application_parameters [2020/06/08 13:56] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
---|---|---|---|
Line 44: | Line 44: | ||
== HTML file == | == HTML file == | ||
- | In the case of an RIA application we have to consider the Java Plugin´s conventions: | + | In the case of an RIA application we have to consider the Java plugin´s conventions: |
<file html> | <file html> | ||
Line 93: | Line 93: | ||
</file> | </file> | ||
- | The file should be found in the same path as the application implementation (directory, jar, URL). However, it can also be defined by the developer, either as command line parameter (second parameter) or by setting the parameter //config//, e.g.: **config=/package/app.xml** in the URL or HTML file. | + | The file should be found in the same path as the application implementation (directory, jar, URL). However, it can also be defined by the developer, either as command-line parameter (second parameter) or by setting the parameter //config//, e.g.: **config=/package/app.xml** in the URL or HTML file. |
- | If the XML configuration is used in combination with command line, URL or HTML parameters, the XML file parameters overwrite parameters with the same names. | + | If the XML configuration is used in combination with command line, URL, or HTML parameters, the XML file parameters overwrite parameters with the same names. |