Tutorial by Topics: life

Liferay Portal CE is a portal software built in Java by Liferay Inc. Liferay DXP (Digital Experience Platform) is a platform built on top of Liferay Portal for digital solutions, integrating customer and user satisfaction analysis tools and Enterprise-grade quality performances and tooling. It w...
Frame-based animation in Flash and AIR implement the following lifecycle: Event.ENTER_FRAME is dispatched Constructor code of children display objects are executed Event.FRAME_CONSTRUCTED is dispatched Frame actions in the MovieClip symbol is executed Frame actions in children MovieClip sym...
fn function<'a>(x: &'a Type) struct Struct<'a> { x: &'a Type } enum Enum<'a> { Variant(&'a Type) } impl<'a> Struct<'a> { fn x<'a>(&self) -> &'a Type { self.x } } impl<'a> Trait<'a> for Type impl<'a> Trait for Type&lt...
Lifecycle methods are to be used to run code and interact with your component at different points in the components life. These methods are based around a component Mounting, Updating, and Unmounting.
Events availability AfterViewInit and AfterViewChecked are only available in Components, and not in Directives. Events order OnChanges (multiple times) OnInit (once) DoCheck (multiple times) AfterContentInit (once) AfterContentChecked (multiple times) AfterViewInit (once) (Component...
This works with Liferay Portal up to version 6.2.
New versions of Ubuntu are released by Canonical every 6 months. Every two years, the release is a Long Term Support version. Support lifespan Normal release - supported for 9 months Long Term Support (LTS) release    • LTS releases for Ubuntu Desktop, Ubuntu Server, Ubuntu Core, and Ubuntu ...
Create This method is called once when the Application is started. In this method resources should be loaded and variables should be initialized. Render The method is called every frame, and is used to display whatever needs to be displayed. It is also used to update any variables/classes...
ParameterDetailsstopCalledThis value tells you how a user disconnected, if its set to true then the user explicitly closed the connection, otherwise they timed out. It's worth noting that at while in these functions you still have access to the Context, therefore you can get the connectionId and ...
A scheduler serves to perform background tasks at certain defined intervals. As per Liferay portlet DTD <!- The scheduler-entry element contains the declarative data of a scheduler. -> !ELEMENT scheduler-entry (scheduler-description?, scheduler-event-listener-class, trigger) <...
Universal Windows 10 App lifecycle consists of three different states: 1) Running - application is currentyl in use 2) Not running - application is closed and removed from the memory 3) Suspended - application state is frozen but it is still in memory [![enter image description here][1]][1] [1]:...
The article describes the different environments in which data can reside and the characteristics of both the data and the environment at each stage of the data life cycle.

Page 1 of 2