Results 1 to 6 of 6
Thread: servlet extends ..web server?
- 06-03-2010, 11:09 AM #1
Member
- Join Date
- May 2010
- Posts
- 28
- Rep Power
- 0
- 06-03-2010, 12:17 PM #2
provides an environment for running server-side programs
- 06-03-2010, 04:44 PM #3
Member
- Join Date
- May 2010
- Posts
- 28
- Rep Power
- 0
WHo is responsible for providing the environment ?I am new in Java ,so kindly guide me...
- 06-03-2010, 06:02 PM #4
A JSP engine.
- 06-04-2010, 10:23 AM #5
Member
- Join Date
- Jun 2010
- Posts
- 1
- Rep Power
- 0
Server handles request coming from browser and reply appropriately with response.
But, what do we mean by appropriate..?
So, that is why the Servlet there is.
Server passes the request to Servlet and now it can prepare appropriate response to send back.
So, Servlet operates some special things on request, response.
Now, we can say Servlet extends Server.
- 06-08-2010, 05:18 AM #6
Member
- Join Date
- Feb 2009
- Posts
- 7
- Rep Power
- 0
webserver capability
Hi friend,
web server capabilities are limited, i.e it can take the request from client and it can send the response to the client.
But this is not sufficient in web-application development, i.e some processing at server side based on the request is required ,server can't do this step.(ex validations, db connection...)
so we shod extend the functionality of server,that's why we moved to server side technologies(ex jsp,servlets,asp,python).
I think now u got the point.
Thanks,
nAvEEn.M
Similar Threads
-
storing date from servlet to sql server
By KumbhaniMehul in forum Java ServletReplies: 1Last Post: 04-11-2010, 01:01 PM -
extends question
By mac in forum New To JavaReplies: 8Last Post: 04-03-2010, 02:29 AM -
My icon extends my JButton
By hitmen in forum AWT / SwingReplies: 5Last Post: 03-06-2009, 07:49 AM -
Servlet - apache tomcat/glassfish server shuts down on servlet usage
By StewS in forum Java ServletReplies: 1Last Post: 12-02-2008, 12:23 AM -
Run servlet in HTTP server
By jithan in forum New To JavaReplies: 25Last Post: 10-16-2008, 10:10 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks