Ali Hassaan

Ranch Hand
+ Follow
since May 16, 2001
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 Ali Hassaan

Hi Ranchers,
Need little help regarding signed applet.. My applet which is signed needs to access client machine for accessing some file residing on client.. now one way of doing it, which is the only way i know is to modify policy file.. but the problem is that we have thousands of users for this applet and we cannot change everyones policy file....
16 years ago
implement doget method.. and pass all the data you want to use in servlet in querystring.. for e.g.
http://url/servlet/MainServlet?userId=Ali&password=Ali

in doget method of servlet...get values of parameter via request.getParameter("userId")
17 years ago
In my 6 years of experience... i am working in my 5th company...
17 years ago
i dont have a clue for proving that whether its possible or not.. but as far as i know... portlet executes in portlet container and servlets in a servlet container.. so calling servlet to a portlet is i think not possible..
17 years ago
((5^5/5^5) + (5^5/5^5))^5 + 5
17 years ago
<script language="javascript">alert("Please help Me");</script>
19 years ago
Hi Ranchers,

I have an issue going on with JMF 2.1.1e version. I am capturing video with intel webcam and its working fine and giving excellent resolution. But for any other webcam its giving me very bad resolution although its working fine and giving excellent resolution with JMFStudio.

Can anyone guide me where I am lacking as its going fine with JMFStudio.
Its bit urgent. Your prompt reply will be highly appreciated.

Thanks,
19 years ago
Pervaiz,

Its very simple.. You first make executable file from your Java file..
you can make it via J2Exe or if you are using JBuilder 9.. then you can make it via JBuilder tool..
Secondly, get "srvany" from google search.. its very commonly used service converter.. it will make service of your exe file..
19 years ago
Hi Chen,

You can find simulator and API for GPRS connectivity through java from following link...

http://opensmpp.logica.com/CommonPart/Download/download2.html#javatest

this is basically a free source from Logica... for all kind of SMPP connectivities..
19 years ago
Hi Rancher,

I have a web-based application in which user can view his respective reports in PDF format. And after reviewing he/she can stamp those reports. Stamp is a PDF feature i have used a separate API for stamping those reports.
Now, My problem starts with stamping the reports. Actually, after reviewing report User submits any stamp he needs to embose on report. My application then download PDF report from report server to application server via FTP.
After successfully downloading the report it stamps it and again upload the report from application server to report server.
Now, when user submits the stamp within a 1 minute of review, my application wont be able to download the report from report server. As it gives ACCESS is Denied. But if user waits for more then 1 minute, then my applciation successfully downloads the report from report server to application server and process it appropriately.
I am truly embarassed with such FTP annoying issue.
Please help me out. As you guys always do.
Thanks,
19 years ago
That number is working very fine with my mobile.
Actually, firstly we launch SMS Mobile Banking in which customer needs to send SMS via their Mobile on '722'.
Now for easing life of customers we have developed J2ME application which will be installed on their Mobile Phones. Problem is going on with J2ME Application.
Is there a possibility that J2ME have such kind of restriction.
19 years ago
They said they dont have any restriction of such kind. Message must be sent.
It is creating very ambiguities.
Kindly, give me any way out.

Thanks
19 years ago