Indranil Pal

Greenhorn
+ Follow
since Jun 21, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Indranil Pal

We are working on a project feasibility where the potential number of portlets may be 6000-8000 on a BEA Portal 10 server.
Not sure on the deployment strategy whether one portal server (of course it will be clustered & separate set of disaster recovery servers will be there), but are not sure how can we get information whether individual instances pf portal server will be able to host 6000 portlets.
On an average, we can expect 5 unique views of each portal page (one page to consists of roughly 5 portlets) per sec.

Can anyone give any idea whether it will be possible or not ? Any pointers also would be very welcome.
15 years ago
I am having an issue of maintaining initial state in portlets (JSF) when we navigate from one page to other in portal.

In Weblogic Portal Server 8.1 (SP5), whenever we are making any navigations within a Java Portlet based on JSF, the portlet retains the state of the last navigated jsp.
After that, even if we click a link and navigate to some other portal page,on coming back to the previous portlet,the lastly navigated jsp is rendered.

For example,
1. We open Portlet A in Portal main page which has A.jsp as its INIT VIEW in portlet.xml
2. From A.jsp we make a submit and navigate to B.jsp within Portlet A.
3. Now we go another page which takes us to Portlet B.
4. We come back to Portlet A in previous page
Now Portlet A loads with the lastly navigated B.jsp instead of A.jsp.
5. It is impossible to reach A.jsp within Portlet A.

Is there any configuration change required so that we can specify that on load of "FIRST PORTAL Page", all portlets are in the initial view mode, and not where it was navigated previously ?
18 years ago
JSF
I am having an issue of maintaining initial state in portlets (JSF) when we navigate from one page to other in portal.

In Weblogic Portal Server 8.1 (SP5), whenever we are making any navigations within a Java Portlet based on JSF, the portlet retains the state of the last navigated jsp.
After that, even if we click a link and navigate to some other portal page,on coming back to the previous portlet,the lastly navigated jsp is rendered.

For example,
1. We open Portlet A in Portal main page which has A.jsp as its INIT VIEW in portlet.xml
2. From A.jsp we make a submit and navigate to B.jsp within Portlet A.
3. Now we go another page which takes us to Portlet B.
4. We come back to Portlet A in previous page
Now Portlet A loads with the lastly navigated B.jsp instead of A.jsp.
5. It is impossible to reach A.jsp within Portlet A.

Is there any configuration change required so that we can specify that on load of "FIRST PORTAL Page", all portlets are in the initial view mode, and not where it was navigated previously ?
18 years ago