Originally posted by Angela Jessi:
Thanks Tony,
Can u suggest some good book or tutorial for JSP? ALso How can I download JSP? And JSP is basically for web site designing?
Thanks,
Angela
Angela,
JSP is a server-side scripting language. It is not used to design Web sites, you use client-side technologies (like HTML and JavaScript) for that. JSP is the par that extends the server so that your site can do intelligent things - like reading and writing databases, sending and receiving e-mail, personalizing content, processing form submissions, etc. JSP is used in much the same way as ASP, ColdFusion, Perl, and PHP are used.
Hope this helps.
------------------
Ben Forta Author of
Java Server Pages Application Development