Pulkit Malhotra

Ranch Hand
+ Follow
since Apr 15, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Pulkit Malhotra

Hi ,

I'm very new to web services. I have asked to communicate with a application through SOAP/XML.
When i looked into the internet i'm getting couple api's to provide it JAXP, JAXB, and SAAJ.

I don't know which way is better and which one to use ?.

Can you please guide and provide the links which contains detail informations and example ?.
15 years ago
Hi All,

Scenario is while loading a page i have to get a image from particular location.
Image loading is a http request, which is mention in the JavaScript Function ?.
If image take more than 1 second to laod i have to abort that process and load the rest the page.

How to achieve this ?.

Thanks for shifting it to roght forum.

Addition to the query.
Can we have anything like abort and exit function in JSP ?.
Can we create threads in JSP ?.
Hi All,

Scenario is that i'm calling a Java Script function and i have to check if it exceeds particular time limit then if i have abort the function.

Can you please provide the possible way to resove the issue ?.
Just forget to mention i'm working on window XP. All jsp files are working properly.

Thanks in advance.
16 years ago
I'm also facing the similar problem.

I have uncommented the sections from web.xml. and rename the jar also.
When i'm running the at following path.
http://127.0.0.1:8080/work/cgi/Hello.cgi

It is displaying what is written in the script.
echo "Hello World!"

Please let me know what i'm missing. Seems as system is not recognizing it as cgi script.




16 years ago
Folder is in server. One option is to write servlet but due to some constraints need to do it with Java Script only.
How can i read the folder in java script ?. Is there any folder object by which i can get the name of files in the folder ?.

Can you suggest any way to read the folder ?.

Please help me.
I have design in which a external application will be called from the portlet and some parameter will be send to the external application. Then external application will do some processing and return some parameter. How external application can return to same page of portlet application with parameter ?.

I'm new to portlet please help me ?. I'm using Spring MVC web flow ?.
16 years ago
Hi ,

Please provide inputs on the following problem.

We have to check on the regular basis that a web application(http) is running on the remote server is alive or down from a client side.
Thanks for the reply. I required the API only.
17 years ago
Hi Guys,

import javax.servlet.jsp.*;
import javax.servlet.jsp.tagtext;

Can provide me info to use the above imports i have to use which api and from where i can download this ?



Thanks in advance.
17 years ago
Hi ,

I'm having a float variable which displays value as 12.3333333333 i want it to show only upto 2 decimal places like 12.33.

Can you please tell me is there any direct function for this in math or util package ?

Thanks in advance.
17 years ago
Hi Raghavan Muthu,


Thanks for your reply.
17 years ago
JSP
Thanks for your reply.

Can you suggest me any other way to meet the requirement ?

Requirement :-

User inputs two dates(start date and final date) i have to check final date should be greater than the start date.

Tools i'm using JSP, JAVA , Mysql database and Sun App's Server.
17 years ago
JSP