connecting client program to the jsp server

liunx

Guest
hi. i have this project that im doing and it requires me to use jsp which unfortunately im not familiar with. <img src="http://static.dreamincode.net/forums/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /><br />this is my question. i have the jsp file on the server. i supply it with values for variables and it does the processing and retrieves data from mysql database and return them to the browser. the problem is i dont want the data displayed in a browser. i want my clilent program to connect to the server in the background, use this jsp file and recieve the data in the form of a string or some thing? can you help me? i'm a little too lost! <img src="http://static.dreamincode.net/forums/style_emoticons/default/blink.gif" style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" />
</div>
 
Top