IT Community - Software Programming, Web Development and Technical Support

Difference between jsp and asp

This is a discussion on Difference between jsp and asp within the Java Server Pages (JSP) forums, part of the Web Development category; any one tell me the difference between jsp and asp?...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > Java Server Pages (JSP)

Register FAQ Members List Calendar Mark Forums Read
  #1  
Old 04-03-2008, 06:10 AM
sureshbabu sureshbabu is offline
D-Web Programmer
 
Join Date: Jul 2007
Location: India
Posts: 99
sureshbabu is on a distinguished road
Send a message via AIM to sureshbabu Send a message via MSN to sureshbabu Send a message via Yahoo to sureshbabu Send a message via Skype™ to sureshbabu
Default Difference between jsp and asp

any one tell me the difference between jsp and asp?
__________________
Thanks
Regards
Sureshbabu Harikrishnan
+91 9884320017
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 04-14-2008, 06:08 AM
jegan jegan is offline
D-Web Sr.Programmer
 
Join Date: Jul 2007
Posts: 157
jegan is on a distinguished road
Default Re: Difference between jsp and asp

jsp or java server pages is created by sun to enter in web development.

the asp or active server pages is developed my ms for the wed development.

These two languages are just differ from some syntax but the functionality are same. both languages are accepting the request from the client normally a web browser, processing the request and sends response to the client on the network medium over the http protocol
__________________
Thanks & Regards,
Jegan CBK
"We will either find a way, or make one!”
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-14-2008, 12:32 AM
Miakoda Miakoda is offline
D-Web Trainee
 
Join Date: Jul 2008
Posts: 36
Miakoda is on a distinguished road
Default Re: Difference between jsp and asp

I have been using asp since several years. I can safely say that this first microsoft development product i really enjoyed to use it. Having used both ASP and JSP, I can clearly see JSP has much better support for larger web sites and for web farming solutions.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 10-15-2008, 10:56 AM
Jeffdean Jeffdean is offline
D-Web Trainee
 
Join Date: Oct 2008
Posts: 2
Jeffdean is on a distinguished road
Default Re: Difference between jsp and asp

Yes I too agree with that both are having similar functionality one is developed by sun micro system. And the other one is developed By micro soft.Both can be used in a similar way.there can be some syntactical errors.

__________________________________________________ _______________

Arkivskabe
Self Certificate Mortgages
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 10-19-2008, 11:45 PM
sakari sakari is offline
D-Web Trainee
 
Join Date: Sep 2008
Posts: 27
sakari is on a distinguished road
Default Re: Difference between jsp and asp

JSP vs ASP

read this article. it wil help you.
thanks
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 12-12-2008, 09:40 PM
niaz05 niaz05 is offline
D-Web Trainee
 
Join Date: Oct 2008
Posts: 2
niaz05 is on a distinguished road
Default Get free shipping when shopping for Ed Hardy products

Get a huge variety of Ed Hardy clothing, NIKE, Adidas, Christian Audigier and a lot more brands at a discounted price and with worldwide free shipping. So visit Ed Hardy Clothing|Ed Hardy Hats|Hip Hop|Christian Audigier|Timberland Boots - Raining Hollywood and start ordering today.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 12-18-2008, 07:06 PM
Bronzy Bronzy is offline
D-Web Trainee
 
Join Date: Dec 2008
Posts: 7
Bronzy is on a distinguished road
Default Re: Difference between jsp and asp

JSP and ASP have some common basic concepts these two are server side scripting to provide access to web server information and functionality. ASP is developed by MS. ASP gives you efficient way to return dynamic content. It limits you to Microsoft platforms. and even the simplest of scripting mistakes can cause the server to crash or hang. in response to ASP, Sun Microsystems gave JSP technology. JSP pages are dynamically assembled into servlets, This means JSP supports the same modularity, reusability, platform-independence.
For more information kindly visit JSP vs ASP
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 01-07-2009, 08:32 PM
Oskin Oskin is offline
D-Web Trainee
 
Join Date: Dec 2008
Posts: 1
Oskin is on a distinguished road
Default Re: Difference between jsp and asp

Quote:
Originally Posted by sureshbabu View Post
any one tell me the difference between jsp and asp?
Hello,
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#).

Thanks
__________________
Digitizing Embroidery in UK
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 01-08-2009, 12:16 AM
Rambo Rambo is offline
D-Web Trainee
 
Join Date: Dec 2008
Posts: 2
Rambo is on a distinguished road
Default Re: Difference between jsp and asp

Quote:
Originally Posted by Oskin View Post
Hello,
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#).

Thanks
Hello,
Thanks for your information regarding JSP and ASP.
_________
Budget Hotels India

Last edited by Rambo : 01-08-2009 at 12:18 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 01-29-2009, 01:56 AM
smith21 smith21 is offline
D-Web Trainee
 
Join Date: Dec 2008
Posts: 13
smith21 is on a distinguished road
Default Re: Difference between jsp and asp

JSP and ASP are fairly similar in the functionality that they provide. JSP may have slightly higher learning curve. Both allow embedded code in an HTML page, session variables and database access and manipulation. Whereas ASP is mostly found on Microsoft platforms i.e. NT, JSP can operate on any platform that conforms to the J2EE specification. JSP allows reusable components by using Javabeans and EJBs. ASP provides the use of COM / ActiveX controls.
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 -7. The time now is 12:02 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.
Our Partners
One Way Moving Companies | Stamford Dentist | Euro Millions Lottery | Home Loans| Furniture

SEO by vBSEO 3.0.0