
| Key: |
JS1-411
|
| Type: |
New Feature
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Mark Orciuch
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Operating System: Other
Platform: Other
Operating System: Other
Platform: Other
|
|
|
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.
|
|
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. |
Show » |
| There are no subversion log entries for this issue yet.
|
|