Results 1 to 5 of 5

Thread: JSP vs ASP.net..please help?

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2010
    Posts
    2

    JSP vs ASP.net..please help?

    I've written a few JSP (-Struts) applications. Because Java was a hype when I was studying, JSP was a natural route to follow. I've come to love Java and related techniques. But fearing the risk of being blinded by love, I ask for your opinion wether I should spend my time learning ASP(.net) as well. Until now, I've managed to steer my projects down the Java road, but how fierce should I defend this approach? Are there major benefits of ASP that JSP doesn't have? I've considered the two as equal (although I've always been a Java advocate). Are they? Is it just a matter of taste? Or are there practical issues that can't be remedied by one of them?
    Last edited by MartinLiss; Sep 21st, 2010 at 05:18 AM.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: JSP vs ASP.net..please help?

    Discussion rather than question thread moved to General Developer

  3. #3
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: JSP vs ASP.net..please help?

    Check this out http://daysite.net/programming/jsp.htm

    The article looks a bit dated but might be good.

    Also, here's what Sun (now Oracle) has to say about that http://java.sun.com/products/jsp/jsp-asp.html
    Since they own it, good portion is probably crap and BS. PHP is a big player there too.
    Last edited by baja_yu; Sep 21st, 2010 at 06:08 AM. Reason: Pasted the wrong link for Sun article...

  4. #4
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,657

    Re: JSP vs ASP.net..please help?

    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: JSP vs ASP.net..please help?

    An important point to consider is that ASP (now generally called "Classic ASP") is outdated and quite a different animal to ASP.NET. ASP.NET has been around since 2002 and was a significant departure from Classic ASP. ASP.NET 2.0 was then fairly significant change from ASP.NET 1.x as well. With the introduction of the MVC Framework for ASP.NET, you can choose to make another significant departure, or stick with Web Forms.

    I've coded a bit in Java and had no issue with it but I've never used JSP, so I can't really comment on it at all. I will say that the Write Once, Run Anywhere philosophy of Java is all well and good if it does actually run, which isn't always the way. Also, you don't want to run web applications everywhere. You want to run them on one web server. If that web server is IIS then Java's platform independence is no advantage. If you might be developing different apps for different web servers though, JSP may offer a bit more flexibility.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width