Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
applications:application_properties [2018/02/06 22:49]
admin created
applications:application_properties [2019/08/26 12:39]
admin
Line 2: Line 2:
 ~~Title: Supported application.xml properties~~ ~~Title: Supported application.xml properties~~
  
-==== Example ​====+==== Template ​====
  
 This is an //​application.xml//​ for business applications (with all possible parameters):​ This is an //​application.xml//​ for business applications (with all possible parameters):​
Line 342: Line 342:
 The company name will be shown in the About dialog, if set. The company name will be shown in the About dialog, if set.
  
-**Company.url**== urrently n ====own ​in the Application,​ but used for build scripts.+**Company.url** 
 + 
 +Currently not used in the Application,​ but used for build scripts. 
  
 ==== Connection ==== ==== Connection ====
Line 358: Line 361:
 **Application.connection.alive** **Application.connection.alive**
  
-The alive interval in minutes ​(-1) to disable the alive check.+The alive interval in milliseconds ​(-1) to disable the alive check. If you set a value < 1 second, the default value of 30 seconds will be used.
  
 **Application.connectionParams** **Application.connectionParams**
Line 383: Line 386:
 The full qualified java class name of an IConnection implementation. This class will be used for the Master connection. The full qualified java class name of an IConnection implementation. This class will be used for the Master connection.
  
 +==== Launcher properties ====
 +
 +**Launcher.codebase**
 +
 +Used for loading resources during application lifecycle.
 +
 +**Launcher.logfactory**
 +
 +The full qualified java class of a LoggerFactory implementation. The default implementation is JdkLoggerFactory.
 +
 +**Launcher.uifactory**
 +
 +The full qualified java class name of an IFactory implementation.
 +
 +**Launcher.environment**
 +
 +The environment name. Usually, the environment will be detected automatically.
 +
 +**Application.LookAndFeel**
 +
 +Sets the Look and Feel class name. This parameter is technology dependent and usually only Swing UI takes care of this parameter.
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information