Hi, I haven't read or know anything about JSP or ASP except Java Server Pager & Activer Server Pager respectively. I want to know what is difference between JSP Vs ASP. which is better to learn. I know Java & littlebit of VB. Also which one is hot in to the market? Which is the best way to learn JSP or ASP. Thanks, Angela
Tony Alicea
Desperado
Sheriff
Joined: Jan 30, 2000
Posts: 3215
posted
0
As it stands now, JSPs ara a generation ahead of ASPs. If you consider Java being ahead of VB (!), then...
Tony Alicea Senior Java Web Application Developer, SCPJ2, SCWCD
Angela Jessi
Ranch Hand
Joined: Nov 27, 2000
Posts: 428
posted
0
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
Ben Forta
Greenhorn
Joined: Jan 31, 2001
Posts: 5
posted
0
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
<A HREF="http://www.forta.com" TARGET=_blank rel="nofollow">Ben Forta</A> Author of <A HREF="http://www.amazon.com/exec/obidos/ASIN/067231939X/electricporkchop" TARGET=_blank rel="nofollow">Java Server Pages Application Development</A>
Angela Jessi
Ranch Hand
Joined: Nov 27, 2000
Posts: 428
posted
0
Thanks Ben Forta, Angela
Tony Alicea
Desperado
Sheriff
Joined: Jan 30, 2000
Posts: 3215
posted
0
Angela: Ben's book (I owe JavaRanch a review real soon!) is very good, if you know how to skip the "not for beginner" parts In all fairness, his book is intended (as per back cover) for professionals. I can see it absorbed easily by current HTML programmers who already know HTML/CSS. Except for the advanced Java segments (like "reflection")... But I'm not writing the review here now --- Sheriff Tony