Is it possible to pass value (string) from a standalone application to a servlet on server ???
If it is possible, how is it done ?? Please provide sample code.
Printable View
Is it possible to pass value (string) from a standalone application to a servlet on server ???
If it is possible, how is it done ?? Please provide sample code.
<form method="post" action="http://machineName:8080/servlet/yourServlet?var1='myValue'" name="">
Meher