Sunil Tandon

Greenhorn
+ Follow
since Jun 25, 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 Sunil Tandon

Hello Everybody,

Can anyone please tell me the differences between AJAX and DWR. Currently we have AJAX in our application. But we are planning to replace it with DWR. I want to know whats the basic differences between the two.
Hi,

Thanks for the update. But the project that I am working on is already deployed in Portal 6.0 and the compiler compliance level has been set to 1.4 (J2EE 1.4). The 5.1 test Environment only works for J2EE 1.2 and 1.3. So I could not deploy the web app in 5.1 test env.
16 years ago
I have successfully installed RAD 7.0 and would like to install the portal 6.0 test environment but there doesn't seem to be a portal 6.0 test environment to install. Even though in the LaunchPad there is a link to intall portal 6.0 test environment however this link does not install the test environment it installs the full Portal 6.0 server along with WAS 6.0.

Running the whole Portal server on my development machine as well as RAD takes up a lot of resource and I would not like to develop like this. Has anyone else found a reasonable working situation around this? I would appreciate your comments.
16 years ago
I verified the same in the application.xml but it was already set to PARENT_FIRST. But finally I fixed the issue by adding a forward slash '/' for the corresponding XML files in the deployment descriptor. This way I managed to run my application in Portal 6.0. Thanks....
16 years ago
Hi,

Previously till Yesterday I was trying to checkout an existing project developed on RAD6/Portal5.1 on my machine that now contains RAD7/Portal6.0. I was getting errors that some of the API's are deprecated. But Today I tried something different.I created a new Struts Portlet and copied all the java source code files along with all the files under WEB Contents of the old project into my new portlet project. Now I can bring up the server and also the application is up and running. But now I am facing another problem with DWR-Calls. Now the container is not able to recognize the DWR calls :: Getting this error::

"The following exception was logged java.io.IOException: Missing config file: 'WEB-INF/dwr-common.xml' "

I searched for the file and its very much there in the specified location. Do I need to change my Portlet.XML settings to read the files or do I need to look into WEB.XML for the initial Servlet calls?? please suggest.
16 years ago
Hi All,
I am facing problems running a Web App that runs fine with WebSphere Portal V5.1 Server, but giving problems with WebSphere Portal V6.0 Server. Can anyone please guide me out of this? Its really urgent and nobody in my team knows how to migrate an application from Portal 5.0 to Portal 6.0.
16 years ago
Hmmm.. I had heard about few marker interfaces flying around like the java.io.Serializable interface which do not declare any methods. The abstract classes with no interfaces are called marker classes, but can't site you any example of such an interface.
16 years ago
Hi All,
I am facing problems running a Web App that runs fine with WebSphere Portal V5.1 Server, but giving problems with WebSphere Portal V6.0 Server. Can anyone please guide me out of this? Its really urgent and nobody in my team knows how to migrate an application from Portal 5.0 to Portal 6.0.
16 years ago
Hi All,
I am facing problems running a Web App that runs fine with WebSphere Portal V5.1 Server, but giving problems with WebSphere Portal V6.0 Server. Can anyone please guide me out of this? Its really urgent and nobody in my team knows how to migrate an application from Portal 5.0 to Portal 6.0.
16 years ago