The extendlet-check-period Element"

From Documentation
Line 8: Line 8:
 
It specifies the time, in seconds, to wait before checking whether a resource loaded by an extendlet is modified. An extendlet is a processor to load the resources which are usually located in classpath, such as <tt>~./zul/desktop.dsp</tt>.
 
It specifies the time, in seconds, to wait before checking whether a resource loaded by an extendlet is modified. An extendlet is a processor to load the resources which are usually located in classpath, such as <tt>~./zul/desktop.dsp</tt>.
  
Resources located in classpath are usually packed as a JAR file, so they are immutable and not need to check if modified. However, in a development environment, you might want to check if they are deployed without reloading the JAR files.
+
Resources located in classpath are usually packed as a JAR file, so they are immutable and not need to check if modified. However, in a development environment, you might still want to check out if they are deployed without reloading the JAR files.
  
 
=Version History=
 
=Version History=

Revision as of 05:01, 5 August 2011


The extendlet-check-period Element


Syntax:

<extendlet-check-period>a_number</extendlet-check-period>
[Default: -1 (never expired)]

It specifies the time, in seconds, to wait before checking whether a resource loaded by an extendlet is modified. An extendlet is a processor to load the resources which are usually located in classpath, such as ~./zul/desktop.dsp.

Resources located in classpath are usually packed as a JAR file, so they are immutable and not need to check if modified. However, in a development environment, you might still want to check out if they are deployed without reloading the JAR files.

Version History

Last Update : 2011/08/05


Version Date Content
     


Last Update : 2011/08/05

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.