Krish baskar

Greenhorn
+ Follow
since Dec 23, 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 Krish baskar

Christiaan Lombard wrote:I mean, wtf. She wants me to pay double than I would if I bought it through Oracle. And then she mentions registering with Prometric which isn't even possible.



Have a look at this:
NEW Exam Registration Process

Candidates will no longer need a voucher to register for Sun exams at Prometric. Candidates will follow a simpler process of registration by simply registering for their exams as they always do at www.prometric.com/sun and entering credit card information when they get to the payment screen. Individuals will no longer be able to purchase exam vouchers from Oracle. All exam payments should be provided directly to Prometric in the form of a credit card.

This will save time for the candidate and make exam registration a smoother process.

Partners and Resellers may still purchase exam vouchers from Oracle University.

Pricing for Sun exams
To simplify pricing for Sun Certification Exams, Oracle is announcing all Sun exams will be sold for $300US with country-specific pricing in certain countries. Pricing may vary slightly by country or by localized currency. Check Prometric’s website for exact pricing in your country.



Check this url

[edit]used the url-tags to add an url

Christiaan Lombard wrote:I mean. She wants me to pay double than I would if I bought it through Oracle. And then she mentions registering with Prometric which isn't even possible.



NEW Exam Registration Process

Candidates will no longer need a voucher to register for Sun exams at Prometric. Candidates will follow a simpler process of registration by simply registering for their exams as they always do at www.prometric.com/sun and entering credit card information when they get to the payment screen. Individuals will no longer be able to purchase exam vouchers from Oracle. All exam payments should be provided directly to Prometric in the form of a credit card.

This will save time for the candidate and make exam registration a smoother process.

Partners and Resellers may still purchase exam vouchers from Oracle University.

Pricing for Sun exams
To simplify pricing for Sun Certification Exams, Oracle is announcing all Sun exams will be sold for $300US with country-specific pricing in certain countries. Pricing may vary slightly by country or by localized currency. Check Prometric’s website for exact pricing in your country.

http://education.oracle.com/pl@s/web_prod-plq-dad/db_pages.getpage?page_id=318

remove @ from above URL
yeah... I did not use two <servlet-mapping>, only one is enough in my case, as this server will have only this action. So it works for me. Thanks for reply James...
14 years ago
Thanks for reply James..

you want to use a CGI to handle your uploads, and struts action should not handle your upload



Not exactly... I would like to replace my struts application instead of cgi server. But my client application should not know they submit to a different server. Let them think they submit to cgi server and i would like to handle in my struts application.

I have seen in many places submitting to htm is redirected to action classes and in the same way submitted to a" fake .cgi" will go to take my struts application...

14 years ago
Welcome Charles Lyons !

Waiting to read study the book to get lights on web components...

Cheers..........
Hi
I have a code to test that submits file to upload to a CGI url. I have a struts application to replace CGI server that takes uploaded file. All I need is, I would like to repalce the CGI url in place of .do
Current struts URL is https://hostname/jack/FileUploadAndSave.do
struts-config.xml contains

web.xml contains

I would like to use in my jsp page as

Could someone help me out please ?
14 years ago
hi all
I am really worried that I can not purchase a certificate to authenticate my applet. My applet will read resources from client side and send it to my server. My concern is, Will a self signing is sufficient for all applet security issues or is there a possibility of getting restricted (incurring curses from my client ) at my client's 'high secured' environment ?
14 years ago
Hi
I actually tried with ShiftJIS which is corerct japanese encoding. But it doesnt work.

Also, why are you converting filename like that?


Since in my existing, "ISO-8859-1" has been used, I went with that.


where as file name is "ああ.txt".
Any clues ?
14 years ago
Hi
I am unable to read contents from a file with japanese characters,though it is encoded.


Below is the output :



Could someone help me out ?
14 years ago
I have a requirement as below:
To upload a number of files from servlet to applet. Total number of files will be huge, i.e. around 700MB. (each file could be around 110MB). Applet is signed.

* Is there any advantage using apache commons http client over plain URLConnection class of[ java ?
* is URLConnection having any specific problems among JDK versions, time out/memory issues etc ??
* Is apache commons http client built on URLConnection internally ? If not, how it makes connection( using scoket etc) ?
Could someone guide me correct direction towards http client vs URLConnection ?
14 years ago