Re: Help Needed: Http Get in java

2006-05-09 Thread Chakravarthy, Sai
t: Tuesday, May 09, 2006 6:33 AM To: JSP-INTEREST@JAVA.SUN.COM Subject: Help Needed: Http Get in java I have a requirment to read a csv file which is passed from a property file , and pass the string to a JSP page. I am stuck as to how to pass the string from to JSP page from a standalone co

Re: Help Needed: Http Get in java

2006-05-09 Thread Chakravarthy, Sai
AM To: JSP-INTEREST@JAVA.SUN.COM Subject: Help Needed: Http Get in java I have a requirment to read a csv file which is passed from a property file , and pass the string to a JSP page. I am stuck as to how to pass the string from to JSP page from a standalone code. The way I coded is here: Stand

Help Needed: Http Get in java

2006-05-09 Thread [Kiran Kumar Vedula]
I have a requirment to read a csv file which is passed from a property file , and pass the string to a JSP page. I am stuck as to how to pass the string from to JSP page from a standalone code. The way I coded is here: Standalone code: public class URLConnectionReader { public static void main(

Re: Help Needed: Http Get in java

2006-05-09 Thread ACITO GIUSEPPE
> Dear sir, > Thanks for the immediate response.From your response, how to > pass the a particular string to a JSP page, I am not clear on this.I > have read a csv file ,got the string now I am stuck with how > to pass it > as a parameter to a JSP page.Please help me in this. Basically y

Re: Help Needed: Http Get in java

2006-05-08 Thread ACITO GIUSEPPE
> hi , > I have to know how do we get a HTTP Get in a > standalone code.The > requirement is like get a string from csv file and pass the > particular That "string" is a parameter for the JSP ? For parameter I mean something like: http://host:port/whatever/page.jsp?= > string to a JS

Re: Help Needed: Http Get in java

2006-05-08 Thread Richard Yee
Kiran, Look at the java.net.HttpURLConnection class. -Richard [Kiran Kumar Vedula] wrote: hi , I have to know how do we get a HTTP Get in a standalone code.The requirement is like get a string from csv file and pass the particular string to a JSP page using HTTP GET from a property fil

Help Needed: Http Get in java

2006-05-08 Thread [Kiran Kumar Vedula]
hi , I have to know how do we get a HTTP Get in a standalone code.The requirement is like get a string from csv file and pass the particular string to a JSP page using HTTP GET from a property file.Please let me know how to do this, any code would be helpful to me regards kiran