Dipanjan Das

Greenhorn
+ Follow
since Sep 15, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Dipanjan Das

Dear All,




I have developed a Portal application using JSF and take the help of JSF-Portlet Bridge to work JSF inside Portlet environment. I have two Portlets named as A and B .Portlet A having two pages named as Page1 and page2 .Page1 is the welcome page for Portlet A. Portlet B has only one page named as Page1.When I logging into Portlet application these two Portlets are displayed in browser. As Page1 is the default page of Portlet A so it is getting displayed inside the Portlet A .And Page1 of Portlet B is displayed inside the Portlet B. Now when I navigate from Page1 to Page2 of A the whole page is getting refreshed and able to navigate Page2 of A and Page1 of B is refreshed (only Render phase has been invoked). In Page2 of A there is a hyperlink .By clicking this link interportlet communication (IPC) takes place and data has been transfer from Page2 of A to Page1 of B. After this IPC Page2 of A is displayed inside of A. After this when I click submit button of Page1(B) this page is getting submitted and at time of rending the browser ,Page1 of Portlet A is getting displayed instead of Page2 of A.I observer that this abnormal cases occur very frequently .In normal case Page2 of A is displayed . And Portlet B behaves as expected. Here is the problem I faced since after the IPC Page2 of A and Page1 of B are displayed .And whenever Page1 of B is submitted it is getting submitted but in the Render Phase portal container should restore the viewID of page 2 of A, as this is the viewID of Portlet A before submitting the Page1 of B. Since nothing has been submitted from A, so there is only Render Phase occurred inside the A .But container creates new viewID for Page1 of A.

Could you please help .

Server –LifeRay (5.1),GlassFish V2


JSF-Portlet bridge –JSR286


Thanks in advance.


Dipanjan
14 years ago
Hi All,
Cureently I am using IBM WebSphere Intregation Devloper 6.0.1 to develop the Bpel process .This tool haveing a feature to generate the Ear for the Bpel proces ..
I want to automate the generation of the EAR of the bpel process(Not by the Tool).

Is it possible to write ant script to build the Ear for IBM Bpel proceess?

Thanks in Advance....
16 years ago
sameet, i earnestly need your help regarding scjp.
would you pls. spend your precious time and mail me to <dipanjan.das@tatainfotech.com> to explain the procedure
of taking the exams, allied costs.
actually i'm totally new to java and would expect help from someone like u.
Thanking you and congradulating for u'r success
dipanjan.

Originally posted by Sameet:
I am very thankful to Maha Anna, Satya5, Abhilash, Marcus, and others....
I took test this test on 26 th may and passed with 93%.
Some tips :
Go through this discussion group,Abhilash's Java Quiz , Some really good questions posted by Shrineevas Majji& Marcus site,
The books i followed are:
A programmer's Guide to Java Certification by Khalid A. Mughal & Rolf W.Rasmussen.
Java 2 Exam Prep by Bill Brogden.
Java 2 Certification Guide by Robert Heller.
Think In Java By Bruce Eckel
Java How to Program by Deitel& Deitel