providing a java servlet with information

Posted by tom on Stack Overflow See other posts from Stack Overflow or by tom
Published on 2010-12-23T08:48:22Z Indexed on 2010/12/23 8:54 UTC
Read the original article Hit count: 123

Filed under:
|
|

Hi, i am new to servlets. I made a simple hello world programme that prints those famous 2 words to the screen when i access the page via a browser using http://localhost:8080/mypath/path...

My question is now, how do i provide a servlet with information? Specifically considering the fact that my c# programme calculates a lookup value for a global system, then the "java" servlet processes that and returns a set of results.

I have done the reverse thanks to help on here, regarding calling a returned string from the java servlet in c#. However i am not sure how i go about providing the servlet information. Do i pass it via the url?

Thank you

© Stack Overflow or respective owner

Related posts about c#

Related posts about java