Closed Thread Icon

Topic awaiting preservation: JavaScript/JSP Resources? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=8111" title="Pages that link to Topic awaiting preservation: JavaScript/JSP Resources? (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: JavaScript/JSP Resources? <span class="small">(Page 1 of 1)</span>\

 
sdna2k
Bipolar (III) Inmate

From: Plano, TX
Insane since: Jun 2001

posted posted 03-08-2002 23:44


What do you all feel are the best Websites and/or books about JavaScript and JavaServer Pages, in terms of discussing their client-side/server-side interoperability, interaction, and communication?

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 03-09-2002 00:28

I'm pretty sure JSP refers to Java, which has very little relation to JavaScript.

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 03-09-2002 22:40

Yeah don't let the names fool you these are two different technologies. (Actually 3)

Javascript is entirely client side. doesn't interact with the server at all (for the most part)

Java is a full featured application programming language.

JSP is a way of embedding Java into an HTML page that is parsed by the server. this usually talks to a Java servelet which interacts with the server.





.:[ The Tao of Steve ]:.
Be Desireless
Be Excellent
Be Gone
...................................

hecster2k
Nervous Wreck (II) Inmate

From: sj, ca, usa
Insane since: Feb 2002

posted posted 03-11-2002 17:56

correct... jsp is an html page with java blocks in it. the pages are compiled and the jsp code is rendered in. then the html is displayed. so there is no way to say something like:

code:
if (x==1) <% bResult = true; %>

« BackwardsOnwards »

Show Forum Drop Down Menu