Affiliate Programs
 
Search affiliate programs for: 
Affiliate Categories
» Affiliate Networks
» Ad Networks
» 2 Tier Programs
» Pay Per Sale
» Pay Per Lead
» Residual Income
» Datafeeds
» Multi Tier Programs
» Business Opps
» Other Programs

Newsletter
Get newly added affiliate programs by email. Enter your email here:
Article Categories
» Affiliate Marketing
» Business
» Ecommerce
» Hosting
» Marketing
» Sales
» Web Designing
» Webmasters
» SEO & Promotion
» Working At Home
» Other Articles
» Affiliate Glossary


Go Back   AffiliateSeeking Forum > Website Creation, Design & Maintenance > Programming

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

Reply
 
Thread Tools Display Modes
  #1  
Old 06-27-2012, 10:45 AM
googinup googinup is offline
Junior Member
 
Join Date: Mar 2011
Posts: 1
googinup is on a distinguished road
Default difference between ASP and JSP

Hi, can any one explain me the difference between asp and jsp
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-02-2012, 09:12 PM
manojkumar manojkumar is offline
Senior Member
 
Join Date: Jun 2012
Posts: 186
manojkumar is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-03-2012, 09:38 AM
jhony king jhony king is offline
Senior Member
 
Join Date: Dec 2011
Posts: 469
jhony king is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-03-2012, 10:14 AM
spinxwebdesign spinxwebdesign is offline
Senior Member
 
Join Date: Jun 2010
Posts: 224
spinxwebdesign is on a distinguished road
• 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.
__________________
SPINX INC. - Leading Los Angeles Web Design Company
www.spinxwebdesign.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 07-06-2012, 12:33 PM
webdesignn webdesignn is offline
Junior Member
 
Join Date: Jun 2012
Posts: 29
webdesignn is on a distinguished road
Default 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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 07-17-2012, 10:07 AM
maxsamuel maxsamuel is offline
Senior Member
 
Join Date: Mar 2012
Posts: 134
maxsamuel is on a distinguished road
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#).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 07-17-2012, 10:37 AM
tmnaali tmnaali is offline
Junior Member
 
Join Date: Jul 2012
Posts: 20
tmnaali is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 07-18-2012, 08:23 AM
dagnyjbarber dagnyjbarber is offline
Senior Member
 
Join Date: Feb 2012
Location: USA
Posts: 285
dagnyjbarber is on a distinguished road
Quote:
Originally Posted by manojkumar View Post
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 08-06-2012, 02:19 PM
bullockc83 bullockc83 is offline
Senior Member
 
Join Date: Jan 2011
Posts: 438
bullockc83 is on a distinguished road
ASP and JSP both use in web base application
ASP is Microsoft and JSP is Sun product
JSP is more wide then ASP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 08-06-2012, 02:21 PM
michaelhomas83 michaelhomas83 is offline
Banned
 
Join Date: May 2011
Posts: 349
michaelhomas83 is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 08-24-2012, 11:33 AM
sunitha sunitha is offline
Member
 
Join Date: Aug 2011
Posts: 60
sunitha is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 08-27-2012, 12:56 PM
dothsolutions dothsolutions is offline
Member
 
Join Date: Aug 2012
Posts: 31
dothsolutions is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 08-28-2012, 01:47 PM
eliza189 eliza189 is offline
Senior Member
 
Join Date: Mar 2011
Posts: 170
eliza189 is on a distinguished road
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#).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 08-28-2012, 02:03 PM
hitsandy hitsandy is offline
Senior Member
 
Join Date: Jul 2012
Posts: 261
hitsandy is on a distinguished road
ASP & JSP both are web technologies, and both are server side scripting programming but how much are they similar.
__________________
Live Chat Software helps increase your sales
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 09-16-2012, 02:29 PM
navkesh navkesh is offline
Member
 
Join Date: Sep 2012
Posts: 35
navkesh is on a distinguished road
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;
%>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16  
Old 09-18-2012, 12:21 PM
lennondevid's Avatar
lennondevid lennondevid is offline
Member
 
Join Date: Jul 2012
Location: USA
Posts: 46
lennondevid is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 10-09-2012, 11:27 AM
eliza189 eliza189 is offline
Senior Member
 
Join Date: Mar 2011
Posts: 170
eliza189 is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18  
Old 11-09-2012, 04:24 PM
itoutsourcing itoutsourcing is offline
Member
 
Join Date: Sep 2012
Posts: 30
itoutsourcing is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19  
Old 12-14-2012, 06:47 AM
markabiyn02 markabiyn02 is offline
Senior Member
 
Join Date: Dec 2012
Posts: 101
markabiyn02 is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20  
Old 12-14-2012, 07:43 AM
rajnish240 rajnish240 is offline
Senior Member
 
Join Date: Mar 2012
Posts: 236
rajnish240 is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

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


All times are GMT +1. The time now is 05:22 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
© 2004-2011 AffiliateSeeking. All rights reserved.