Trace:
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
jvx:developer_documentation [2020/06/08 14:54] cduncan [Client] |
jvx:developer_documentation [2024/09/04 15:27] (current) admin |
||
---|---|---|---|
Line 16: | Line 16: | ||
<div class="text"><a href="client/gui/imagelibrary">Using the Image Library</a></div> | <div class="text"><a href="client/gui/imagelibrary">Using the Image Library</a></div> | ||
<div class="text"><a href="client/gui/userdefined_components">User-Defined Components</a></div> | <div class="text"><a href="client/gui/userdefined_components">User-Defined Components</a></div> | ||
- | <div class="text"><a href="client/gui/controlling_metadata_cache">Controlling Meta Data Caching</a></div> | + | <div class="text"><a href="client/gui/controlling_metadata_cache">Controlling Metadata Caching</a></div> |
<div class="text"><a href="client/gui/correct_launcher">Using the Correct Launcher</a></div> | <div class="text"><a href="client/gui/correct_launcher">Using the Correct Launcher</a></div> | ||
<div class="text"><a href="client/gui/layoutmanager">Layout Managers</a></div> | <div class="text"><a href="client/gui/layoutmanager">Layout Managers</a></div> | ||
<div class="text"><a href="client/gui/multi_linguality">Multilinguality</a></div> | <div class="text"><a href="client/gui/multi_linguality">Multilinguality</a></div> | ||
<div class="text"><a href="client/gui/application_parameters">Defining and Using Application Parameters</a></div> | <div class="text"><a href="client/gui/application_parameters">Defining and Using Application Parameters</a></div> | ||
- | <div class="text"><a href="client/gui/save_settings">Saving Parameters/Settings at the Client</a></div> | + | <div class="text"><a href="client/gui/save_settings">Saving Parameters/Settings at the Client</a></div> |
+ | <div class="text"><a href="client/gui/screen_parameters">Workscreen Parameters</a></div> | ||
<div class="text"><a href="client/gui/diagrams">Using Diagrams</a></div> | <div class="text"><a href="client/gui/diagrams">Using Diagrams</a></div> | ||
<div class="text"><a href="client/gui/celleditor_popups">Automatic Open Cell Editor Popups</a></div> | <div class="text"><a href="client/gui/celleditor_popups">Automatic Open Cell Editor Popups</a></div> | ||
Line 38: | Line 39: | ||
<div class="text"><a href="client/gui/concatmask_linked_celleditor">Concat Mask of Linked Cell Editor</a></div> | <div class="text"><a href="client/gui/concatmask_linked_celleditor">Concat Mask of Linked Cell Editor</a></div> | ||
<div class="text"><a href="client/gui/temporary_values">Temporary Values</a></div> | <div class="text"><a href="client/gui/temporary_values">Temporary Values</a></div> | ||
- | <div class="text"><a href="client/gui/dropdownmenubutton">Dropdown Menu Button</a></div> | + | <div class="text"><a href="client/gui/dropdownmenubutton">Dropdown Menu Button</a></div> |
+ | <div class="text"><a href="client/gui/celleditor_dateformat">Change date format of Cell Editor</a></div> | ||
</div> | </div> | ||
<div class="idxcolumn"> | <div class="idxcolumn"> | ||
Line 50: | Line 52: | ||
<div class="text"><a href="client/model/databook/rowstates">Row States in DataBook</a></div> | <div class="text"><a href="client/model/databook/rowstates">Row States in DataBook</a></div> | ||
<div class="text"><a href="client/model/databook/recordtranslation">Record Translation</a></div> | <div class="text"><a href="client/model/databook/recordtranslation">Record Translation</a></div> | ||
+ | <div class="text"><a href="client/model/databook/record_iteration">Record iteration</a></div> | ||
</div> | </div> | ||
<div class="idxcolumn"> | <div class="idxcolumn"> | ||
Line 57: | Line 60: | ||
<div class="text"><a href="communication/client_server_properties">Using Client/Server Properties</a></div> | <div class="text"><a href="communication/client_server_properties">Using Client/Server Properties</a></div> | ||
<div class="text"><a href="communication/timeouts">Configuring Timeouts</a></div> | <div class="text"><a href="communication/timeouts">Configuring Timeouts</a></div> | ||
+ | <div class="text"><a href="communication/alive">Configuring Alive handling</a></div> | ||
<div class="text"><a href="communication/connection_client_properties">Setting Client Properties at Connection Establishment</a></div> | <div class="text"><a href="communication/connection_client_properties">Setting Client Properties at Connection Establishment</a></div> | ||
<div class="text"><a href="communication/connections">HttpConnection vs. VMConnection vs. DirectServerConnection</a></div> | <div class="text"><a href="communication/connections">HttpConnection vs. VMConnection vs. DirectServerConnection</a></div> | ||
<div class="text"><a href="communication/serialization">Serialization of Objects</a></div> | <div class="text"><a href="communication/serialization">Serialization of Objects</a></div> | ||
<div class="text"><a href="communication/push_publish">Push/Publish Messages</a></div> | <div class="text"><a href="communication/push_publish">Push/Publish Messages</a></div> | ||
- | <div class="text"><a href="communication/rest_exceptionhandling">REST Exception Handling</a></div> | + | <div class="text"><a href="communication/rest_exceptionhandling">REST Exception Handling</a></div> |
+ | <div class="text"><a href="communication/rest_customservice">Custom REST service registration</a></div> | ||
+ | <div class="text"><a href="communication/push_support">Push support</a></div> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 72: | Line 78: | ||
<div class="idxcolumn first"> | <div class="idxcolumn first"> | ||
<h3>Life Cycle</h3> | <h3>Life Cycle</h3> | ||
- | <div class="text"><a href="server/lco/lifecycle">Lifecycle Objects - The Life Cycle of Objects</a></div> | + | <div class="text"><a href="server/lco/lifecycle">Life Cycle Objects - The Life Cycle of Objects</a></div> |
- | <div class="text"><a href="server/lco/objects">Create Lifecycle Objects</a></div> | + | <div class="text"><a href="server/lco/objects">Create Life Cycle Objects</a></div> |
<div class="text"><a href="server/lco/custom_objects">Use Your Own Classes/Objects on the Server</a></div> | <div class="text"><a href="server/lco/custom_objects">Use Your Own Classes/Objects on the Server</a></div> | ||
<div class="text"><a href="server/lco/sessioncontext">Use the SessionContext</a></div> | <div class="text"><a href="server/lco/sessioncontext">Use the SessionContext</a></div> | ||
Line 95: | Line 101: | ||
<div class="text"><a href="server/security/object_method_access">Precise Object and Method Security</a></div> | <div class="text"><a href="server/security/object_method_access">Precise Object and Method Security</a></div> | ||
<div class="text"><a href="server/security/rest_cors">Using REST Services With CORS</a></div> | <div class="text"><a href="server/security/rest_cors">Using REST Services With CORS</a></div> | ||
- | <div class="text"><a href="server/security/rest_services_disable">Disabling REST Services</a></div> | + | <div class="text"><a href="server/security/rest_services_disable">En-/Disable REST Services</a></div> |
<div class="text"><a href="server/security/password_policy">Password Policy</a></div> | <div class="text"><a href="server/security/password_policy">Password Policy</a></div> | ||
<div class="text"><a href="server/security/config_encrypt">Encrypt Confiugration</a></div> | <div class="text"><a href="server/security/config_encrypt">Encrypt Confiugration</a></div> | ||
<div class="text"><a href="server/security/config_password_algorithmn">Password Algorithm</a></div> | <div class="text"><a href="server/security/config_password_algorithmn">Password Algorithm</a></div> | ||
+ | <div class="text"><a href="server/security/mfa">Multi-factor authentication</a></div> | ||
</div> | </div> | ||
<div class="idxcolumn"> | <div class="idxcolumn"> | ||
<h3>Database & Storages</h3> | <h3>Database & Storages</h3> | ||
- | <div class="text"><a href="server/storage/metadata_caching">Global Meta Data Caching</a></div> | + | <div class="text"><a href="server/storage/metadata_caching">Global Metadata Caching</a></div> |
<div class="text"><a href="server/storage/trigger">Server-Side Trigger for Storages</a></div> | <div class="text"><a href="server/storage/trigger">Server-Side Trigger for Storages</a></div> | ||
<div class="text"><a href="server/storage/datasourcehandler_dbcredentials">DataSourceHandler and DBCredentials</a></div> | <div class="text"><a href="server/storage/datasourcehandler_dbcredentials">DataSourceHandler and DBCredentials</a></div> | ||
Line 144: | Line 151: | ||
<div class="text"><a href="common/setup/external_config">Include External Configuration</a></div> | <div class="text"><a href="common/setup/external_config">Include External Configuration</a></div> | ||
<div class="text"><a href="common/setup/zones">Application and Server Zone</a></div> | <div class="text"><a href="common/setup/zones">Application and Server Zone</a></div> | ||
- | <div class="text"><a href="common/setup/connectin_pooling">Connection pooling</a></div> | + | <div class="text"><a href="common/setup/connectin_pooling">Connection Pooling</a></div> |
<div class="text"><a href="common/setup/dbindependent_config">Database Independent Configuration</a></div> | <div class="text"><a href="common/setup/dbindependent_config">Database Independent Configuration</a></div> | ||
<div class="text"><a href="common/setup/deployment_descriptor">Deployment Descriptor</a></div> | <div class="text"><a href="common/setup/deployment_descriptor">Deployment Descriptor</a></div> | ||
<div class="text"><a href="common/setup/compile">Compiling JVx</a></div> | <div class="text"><a href="common/setup/compile">Compiling JVx</a></div> | ||
<div class="text"><a href="common/setup/plugins">Registering Server-Side Plugins</a></div> | <div class="text"><a href="common/setup/plugins">Registering Server-Side Plugins</a></div> | ||
+ | <div class="text"><a href="common/setup/java16plus">Java >= 16</a></div> | ||
</div> | </div> | ||
<div class="idxcolumn"> | <div class="idxcolumn"> |