Click to See Complete Forum and Search --> : Help with basic JSP


gorn
10-04-2008, 11:21 PM
Greetings
I'm new to JSP and know the very basics. I would like to know how to work with the Response object of JSP, like sending a text message back in the Response object.
Could you tell me how I would go about doing this?
Also, if you could point me to some good JSP tutorials, I would be very grateful.
Thanks in advance

chazzy
10-05-2008, 10:53 AM
request and response are both available as keywords inside of any scriplet in a jsp.

starheartbeam
10-06-2008, 02:41 PM
Here is a good website to look at for learing JSP:

http://www.roseindia.net/jsp/index.shtml

Also some good books are:

Head First - Servlets & JSP (http://www.amazon.com/Head-First-Servlets-JSP-Brain-Friendly/dp/0596516681/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1223318350&sr=8-1)

Apress - Beginning JSP, JSF, and Tomcat Web Development (http://www.amazon.com/Beginning-JSP-trade-Tomcat-Development/dp/1590599047/ref=sr_1_1?ie=UTF8&s=books&qid=1223318477&sr=1-1)

Hope these help!