for a SERVER -> you have (for instance) tomcat, jBoss, resin, ...
SERVLETS are java objects which (usually) extend HttpServlet, which you write yourself.
now, how extended is your knowledge of overall java development? if you have some what a base to start on, I'm sure you'll find enough resources online to help you on your way.
do remember, if you want to use servlets, make sure you're also aware of the deployment descriptor (web.xml) you'll have to use, and how to link to your servlet.
stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
define 'respond to client'?
do you mean you want it to use information you pass on from a webpage, and send it to another page?
stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
define what you mean by 'client'. how to update a database, well, this is not specifically to servlets, so ..
make sure you make the right jdbc connections, and use the right sql expressions with the right parameters to make the necessary updates.
stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433