This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
jsp
Posted by wael al hasan on June 17, 2001 at 4:35 PM
> I have worked with both technologies > and i found working in Jsp is far more easy because it has only the presentation part and very less business logic which most importantly make it much easier to handle as all the computing can be done in servlets or classes .Working in ASP is little tedious as compare to JSP > Moreever JSP is server independent we can work on it various platforms suppose tommorow we shift it to solaris or anyother work environment we dont have to make much changes.There can be few changes which are related to operating systems. > ASP is microsoft technology and bind with IIS > JSP is independent and run freely on apache and other web servers
Replies:
|