Hi, my first post to the group, so bear with me.

I want to implement an application to servlet communication
process, and as I'm fairly new to Java I have a question.

A servlet receives a ServletRequest type in it's "service" method,
and the docs say:

   "[service] Carries out a single request from the client. The
   method implements a request and response paradigm.
   The request object contains information about the service
   request, including parameters provided by the client"

However, all I can see exposed on the ServletRequest class
are getXXX methods, so how does the client application set
the parameters that the servlet can read?

This has to do with the "request and response paradigm",
but I can't find information on this, so I'm a little stuck.

Can anyone provide any pointers?

TIA,
Mark

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to