Exforsys

Online Training

Javascript And Jsp Difference ?

This is a discussion on Javascript And Jsp Difference ? within the Java forums, part of the Programming Talk category; Java Script is a client side, browser interation language invented by Netscape. Java is a full out programming language invented ...


Go Back   Exforsys > Programming Talk > Java

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-21-2006, 07:12 AM
Member
 
Join Date: Apr 2006
Posts: 30
insane is on a distinguished road
Javascript And Jsp Difference ?

Java Script is a client side, browser interation language invented by Netscape. Java is a full out programming language invented by Sun. JSP really isn't a language at all...its a container for Java web scripting.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-27-2006, 03:23 PM
Member
 
Join Date: Apr 2006
Posts: 85
cbdarts is an unknown quantity at this point
Browser Scripting was introduced by the (now conflicting) Microsoft and Netscape - except MS picked up VBScript first and Netscape went on the lines of Java. We had a version called JScript - a purely microsoft invention. Of course, thanks to the W3C (WWW Consortium, for beginners...) its now ECMAScript, a global standard that most browsers follow.

Internet explorer still uses JScript, which has microsoft's little addons here and there, thereby making it nicely incompatible with other browsers...

Java is the base for JSP, and you're quite right to say that JSP is not a language. JSP stands for Java Server Page(s), meaning its basically a web page written in Java!

Have fun with your little cup of Java
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-07-2007, 09:08 AM
Senior Member
 
Join Date: Apr 2006
Posts: 144
caradoc is on a distinguished road
JavaScript is used to carry out process that is not possible with HTML and CSS alone. JavaScript runs on client system and access server using xmlhttprequest. JSP is an extension Java and is used as a server side language. JSP code runs in server and final output appears in web browser.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-26-2007, 04:58 AM
adeepak's Avatar
Junior Member
 
Join Date: Jul 2006
Location: Pune
Posts: 5
adeepak is on a distinguished road
well other than the differences rightly stated above, the basic difference is that all Javascript, VBScript, JScript run at client side.. Whereas JSP runs at server side.. Just like ASP, PHP.
At the server side, a JSP is converted to a servlet which returns a HTML to the client. Hence JSP need a Java Application Server as against ASP, PHP which run on a normal web server.
__________________
techdeep.in
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 08:03 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.