Details
Description
There is a Delay-rendering feature added to the
GenericMVCPortlet.
There is one new demo portlet: Delay-rendered Stock Portfolio, which is
an example of delay rendering a portlet.
Delay rendering of a portlet means that you can get the content back to
the client more quickly.
Very useful if you have a portlet that takes more time than others to
generate its content.
This effectively gives us multi-threaded aggregation with a very simple
solution.
The portlet uses Javascript to get its content from the portal.
A small message is sent as the original content, and then when the
content is ready, the actual content is sent and the page is updated.
Contributed by Jun Yang.