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