Tutorial by Topics: i

It is recommended to use methods of the DateUtils class in order to format dates which are locale aware, i.e. which consider user preferences (e.g. 12h/24h clock time formats). These methods are most appropriate for dates that are displayed to the user. For fully customized date representations, ...
ParameterDetailslong millisInFutureThe total duration the timer will run for, a.k.a how far in the future you want the timer to end. In milliseconds.long countDownIntervalThe interval at which you would like to receive timer updates. In milliseconds.long millisUntilFinishedA parameter provided in o...
This topic describes the two contexts in which RewriteRule can be used. In examples omitting RewriteEngine on, it is assumed this directive has occured before that example.
Webscripts are functional modules in the Alfresco, which can just show some informations or also make some things inside the Alfresco (eg. run workflow, working with files, users, groups, or other entities). Every webscripts has two main parts- code (.js, .java) and Freemaker template (.ftl) Websc...
QRCodeReaderView Zxing
A unit test is the smallest testable part of an application like functions, classes, procedures, interfaces. Unit testing is a method by which individual units of source code are tested to determine if they are fit for use. Unit tests are basically written and executed by software developers to mak...
Type instability occurs when a variable's type can change at runtime, and hence cannot be inferred at compile-time. Type instability often causes performance problems, so being able to write and identify type-stable code is important.
It is also possible to get a file by the file's URL. The ID of a file is in the url, so using the ID instead of the entire URL means that the parameter is shorter. Storing the URL rather than the ID takes up more space.

Page 187 of 340