掲示板

Splitting a remote web page into several portelts of the same portal page

13年前 に VT VT によって更新されました。

Splitting a remote web page into several portelts of the same portal page

New Member 投稿: 2 参加年月日: 10/08/06 最新の投稿
Hi

We are using several HTTP proxy portlets (5) to point one same page (http://server/page.php).
Each portlet extract a subpart of this page, so that the original page is splitted into several zones of the portal page, thanks to the HTTP proxy portlets.

This is not an optimal way, since the page is called 5 times (5 HTTP proxy portlets) to extract each time a section.

So we are thinking of another approach. We are in mind an approach involving Ajax/Javascript with hidden DIV, but we want a clean approach.

Do you have any idea?

Regards
thumbnail
13年前 に Corné A によって更新されました。

RE: Splitting a remote web page into several portelts of the same portal pa

Liferay Legend 投稿: 1313 参加年月日: 06/10/03 最新の投稿
Just try this with JSR286 Inter Portlet Communication or any other shared attribute on application / session / request; keep the original remote request and parse out the bits or even hide parts with added css.