Is accessing a servlet through a java client possible.
Is it possible to call a servlets method (say doPost) from a standalone java application?How can we do this? I think for connecting to a servlet I would need to create an HTTP Request object and pass it to a specific URL. This is what the browser does. Am I right?