how can u cal servlet from java?
Answers were Sorted based on User's Feedback
Answer / manjul
create a HTTPClient object
DefaultHttpClient httpclient = new DefaultHttpClient();
HttpGet httpget = new HttpGet("your servlet");
HTTPResponse response = httpclient.execute(httpost);
| Is This Answer Correct ? | 22 Yes | 3 No |
Answer / saikumar
Through the service method can call the servlet
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sharief
First write a jsp page.In the form tag of jsp write the
servlet name,then the control automatically goes to the servlet.
Ex: <form name="myform" action="NameOfYourServlet"
method="post/get">
</form>
| Is This Answer Correct ? | 2 Yes | 1 No |
Which container method is used to cause a container to be laid out and redisplayed?
diff mvc1 and mvc2 wahts is mean by servlet chaining?
What must a class do to implement an interface?
How do you download stubs from a Remote place?
how can u cal servlet from java?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
Why a component architecture for the java platform?
Explain how will the struts know which action class to call when you submit a form?
If your ui seems to freeze periodically, what might be a likely reason?
What is clustering? What are the different algorithms used for clustering?
What are the JSP implicit objects ?
JMS based on what technology?