tags:

views:

78

answers:

1

how to write server side scripting and validation s in java by using servlets and jsp

is there any reference site regarding to this.plesae help me . THAN Q

+2  A: 

All you need: http://javaboutique.internet.com/tutorials/JSP/ In particular read the Getting Started link and the My first Servlet. The tutorials here are pretty much easy to learn and effective.

Suraj Chandran