|
|
| Programming Get help with creating your scripts/software or help others. Discuss anything relating to programming. Includes PHP, Perl, C++, ColdFusion, etc. |

06-27-2012, 10:45 AM
|
|
Junior Member
|
|
Join Date: Mar 2011
Posts: 1
|
|
difference between ASP and JSP
Hi, can any one explain me the difference between asp and jsp 
|

07-02-2012, 09:12 PM
|
|
Senior Member
|
|
Join Date: Jun 2012
Posts: 186
|
|
|
Today in Web Development server side script language commonly used in asp and Jsp language. Asp and Jsp are both server side script language.
Asp stands for "Active Server Pages"
Jsp stands for "Java Server Pages"
Jsp is from Sun Microsoft while Asp is from Microsoft.
Asp cost money while Jsp is free.
Asp code is interpreted while Jsp code is compiled at run time.
Jsp code can run faster than Asp if there are fewer changing.
|

07-03-2012, 09:38 AM
|
|
Senior Member
|
|
Join Date: Dec 2011
Posts: 469
|
|
|
1. JSP and ASP are both server side scripting languages
2. JSP is from Sun Microsystems while ASP is from Microsoft
3. ASP costs money while JSP is free.
4. ASP code is interpreted while JSP code is compiled at run time
5. JSP code can run faster than ASP if there are fewer changes
6. Majority of Windows users use ASP while users of open source operating systems like Linux use JSP among others.
|

07-03-2012, 10:14 AM
|
|
Senior Member
|
|
Join Date: Jun 2010
Posts: 224
|
|
|
• ASP mainly supports two scripting languages - JScript and VBScript while JSP basically supports real Java code.
• ASP mostly performs on Microsoft IIS server on windows. So system, web server, database and scripting language would be Microsoft product while JSP mostly works on Apache Tomcat web server on Linux based web server. So it is best for a linux or unix server.
• As neither windows now IIS is free, ASP is not a free language while as Linux, Apache tomcat is no cost, JSP is a free language.
|

07-06-2012, 12:33 PM
|
|
Junior Member
|
|
Join Date: Jun 2012
Posts: 29
|
|
Asp Vs Jsp
JSP (Java Server Pages) and ASP (Active Server Pages) are two of the commonly used server side scripting languages that are used today in web development. ASP was created by Microsoft as part of its IIS that provides the user with tools needed to create a web site on his Windows computer. It can be considered as free as ASP itself does not cost money, but the fact that you need Windows means that you are still going to spend money. JSP was created by Sun Microsystems as an extension to Java.
|

07-17-2012, 10:07 AM
|
|
Senior Member
|
|
Join Date: Mar 2012
Posts: 134
|
|
|
JSP and ASP do have some basic concepts in common. They both make use of simple sever-side scripting to provide access to Web server information and functionality. They both do so using object oriented scripting. And they both started out with similar styles of delimiting this scripting from a page's content. In fact, Microsoft is replacing ASP with ASP+, which is even more like JSP than ASP in that its pages are compiled upon request and run in a 'virtual machine' (which supports multiple languages and is written in C#).
|

07-17-2012, 10:37 AM
|
|
Junior Member
|
|
Join Date: Jul 2012
Posts: 20
|
|
|
ASP is micorsoft's version of a web scripting language.
JSP (Java Server Pages) are Java's version of a web scripting language.
They are both actually quite similar, you write HTML code, and inside the html code you can embed pieces of either ASP or Java, depending on which one you choose.
|

07-18-2012, 08:23 AM
|
|
Senior Member
|
|
Join Date: Feb 2012
Location: USA
Posts: 285
|
|
Quote:
Originally Posted by manojkumar
Today in Web Development server side script language commonly used in asp and Jsp language. Asp and Jsp are both server side script language.
Asp stands for "Active Server Pages"
Jsp stands for "Java Server Pages"
Jsp is from Sun Microsoft while Asp is from Microsoft.
Asp cost money while Jsp is free.
Asp code is interpreted while Jsp code is compiled at run time.
Jsp code can run faster than Asp if there are fewer changing.
|
This one is good answer. Good points explained here.
|

08-06-2012, 02:19 PM
|
|
Senior Member
|
|
Join Date: Jan 2011
Posts: 438
|
|
|
ASP and JSP both use in web base application
ASP is Microsoft and JSP is Sun product
JSP is more wide then ASP
|

08-06-2012, 02:21 PM
|
|
Banned
|
|
Join Date: May 2011
Posts: 349
|
|
|
ASP and JSP both are server side programming language
JSP is part of java and we can use all the java class in the JSP
ASP very simple and VB6.0 programmer like it lot
|

08-24-2012, 11:33 AM
|
|
Member
|
|
Join Date: Aug 2011
Posts: 60
|
|
|
JSP( Java Server Pages) and ASP(Active Server Pages) are two of commonly used server side scripting languages that are used today in web development.
1. JSP and ASP are both server side scripting languages
2. JSP is from Sun Microsystems while ASP is from Microsoft
3. ASP costs money while JSP is free.
4. ASP code is interpreted while JSP code is compiled at run time
5. JSP code can run faster than ASP if there are fewer changes
6. Majority of Windows users use ASP while users of open source operating systems like Linux use JSP among others.
|

08-27-2012, 12:56 PM
|
|
Member
|
|
Join Date: Aug 2012
Posts: 31
|
|
|
JSP is stand for Java Server Pages and ASP is stand for Active Server Pages.
JSP and ASP are both server side scripting languages.JSP is from Sun Microsystems while ASP is from Microsoft.JSP is free while ASP costs money.Thank You
|

08-28-2012, 01:47 PM
|
|
Senior Member
|
|
Join Date: Mar 2011
Posts: 170
|
|
|
JSP and ASP do have some basic concepts in common. They both make use of simple sever-side scripting to provide access to Web server information and functionality. They both do so using object oriented scripting. And they both started out with similar styles of delimiting this scripting from a page's content. In fact, Microsoft is replacing ASP with ASP+, which is even more like JSP than ASP in that its pages are compiled upon request and run in a 'virtual machine' (which supports multiple languages and is written in C#).
|

08-28-2012, 02:03 PM
|
|
Senior Member
|
|
Join Date: Jul 2012
Posts: 261
|
|
|
ASP & JSP both are web technologies, and both are server side scripting programming but how much are they similar.
|

09-16-2012, 02:29 PM
|
|
Member
|
|
Join Date: Sep 2012
Posts: 35
|
|
|
JSP and ASP do have some basic concepts in common. They both make use of simple sever-side scripting to provide access to Web server information and functionality. They both do so using object oriented scripting. And they both started out with similar styles of delimiting this scripting from a page's content. In fact, Microsoft is replacing ASP with ASP+, which is even more like JSP than ASP in that its pages are compiled upon request and run in a 'virtual machine' (which supports multiple languages and is written in C#).
Yet while ASP primarily supports two scripting languages -- JScript and VBScript -- JSP actually supports real Java code, not a new scripting language. The difference is that the Java code inside a JSP page is more script-like because it doesn't require Java class and package definitions. As you will see, the Java code inside JSP is added to methods of a Java Servlet that are generated the first time the JSP is requested. Of course, JScript, VBScript, and Java are all object oriented to some degree, or maybe to avoid getting into a political argument with those of you would dispute this claim I should refer to them as 'Quasi-Object-Oriented.' Whatever we choose to call them, we can at least agree that the scripting languages used by JSP and ASP are all provided with a set of pre-established objects by the Web server that they use to generate a dynamic Web page.
ASP (using JScript)
<%@ LANGUAGE = JScript %>
<TITLE>Simple Scripting Tricks</TITLE>
Anyone can count like this:<BR>
<%
for (i = 1; i < 6; i++) {
Response.Write(i + "<BR>");
}
i = 1000000;
%>
JSP
<%@ page language="java" %>
<TITLE>Simple Scripting Tricks</TITLE>
Anyone can count like this:<BR>
<%
for (int i = 1; i < 6; i++) {
out.println(i + "<BR>");
}
i = 1000000;
%>
|

09-18-2012, 12:21 PM
|
 |
Member
|
|
Join Date: Jul 2012
Location: USA
Posts: 46
|
|
|
ASP stands for Active Server Pages a server side scripting technology made by Microsoft and it use Visual Basic language. in short if you know how to program in Visual Basic then you can easily make asp pages. While JSP website is mostly supported by Apache Tomcat web server and work mostly on Linux based web server.
|

10-09-2012, 11:27 AM
|
|
Senior Member
|
|
Join Date: Mar 2011
Posts: 170
|
|
|
Active Server Pages (ASP), as it is more commonly known, is Microsoft's first server side scripting engine that enables you to make dynamic and interactive web pages.
---
JavaServer Pages (JSP) is a Java technology that helps software developers serve dynamically generated web pages based on HTML, XML, etc.
|

11-09-2012, 04:24 PM
|
|
Member
|
|
Join Date: Sep 2012
Posts: 30
|
|
|
According to me, between ASP and JSP for these points are below:
a. JSP stands for Java Server Pages while ASP stands for Active Server Pages.
b. In jsp processing is doen at clients side while in asp processing is done at server side.
c. JSP from SUN while ASP from microsoft
|

12-14-2012, 06:47 AM
|
|
Senior Member
|
|
Join Date: Dec 2012
Posts: 101
|
|
|
JSP and ASP do have some basic concepts in common. They both make use of simple sever-side scripting to provide access to Web server information and functionality. They both do so using object oriented scripting. And they both started out with similar styles of delimiting this scripting from a page's content.
|

12-14-2012, 07:43 AM
|
|
Senior Member
|
|
Join Date: Mar 2012
Posts: 236
|
|
|
Yes both are server side scripting languages.Active server pages is for ASP and java Server pages is for JSP. ASP is developed by Microsoft while JSP by Sun Microsoft.
__________________
Adsystems LED is the best for buying the LED products.Check Adsystems Profile on Apsense and also check his blog.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 05:22 AM.
|