about java servlets

Reply

Join Date: Jul 2004
Posts: 2
Reputation: phani.n is an unknown quantity at this point 
Solved Threads: 0
phani.n phani.n is offline Offline
Newbie Poster

about java servlets

 
0
  #1
Jul 18th, 2004
wat exactly servlets are?
how r they used in java?
wat r the real benefits by using java servlets?
give a detailed theory and example for servlets in simpler words.
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 1,749
Reputation: nanosani is an unknown quantity at this point 
Solved Threads: 54
Team Colleague
nanosani's Avatar
nanosani nanosani is offline Offline
Unauthenticated Liar

Re: about java servlets

 
0
  #2
Jul 18th, 2004
In simple words , the client requests that some action be performed and the server performs the action and responds to the client. This request-response model of communication is the foundation for the highest level views of networking in java i.e., serlets and Java Server Pages. Servlet extends the functionality of a server. understand
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 1
Reputation: lvramaraju is an unknown quantity at this point 
Solved Threads: 0
lvramaraju lvramaraju is offline Offline
Newbie Poster

Re: about java servlets

 
0
  #3
Jul 26th, 2004
Servlet is a program resides in server (web server like tomcat) and when ever a request comes from a client (web browser) servlet responds and sends back the response.
The live example is you have posted a question here and this web site has put your question on this page this nothing but a servlet is taking your request and putting it on the this page.

ok...
Bye
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 13
Reputation: dakkar is an unknown quantity at this point 
Solved Threads: 0
dakkar dakkar is offline Offline
Newbie Poster

Re: about java servlets

 
0
  #4
Apr 25th, 2005
I can only add this:
a JSP (Java Server Page) is compiled to a servlet the first time you run it ;-)

so they are all servlets (server extensions :-))
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC