• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Is JSP as good as ASP in terms of Free Resources on Net !

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have a bunch of newbies trying to edge out a living using JSP ! But we have a doubt !
1. Do we get as much as freebies (Knowledge Resources)as ASP Code and Tips to do a fantastic Production site for JSP !
2. Why people dont use applet - Servlet - JDBC Model as much as JSP - Servlet - JDBC Model ! Is it because of reach with APplets behind firewalls
CAN SONEBODY SAY ! Forget ASP ! GO JSP !
Just need a Moral Push !

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Having participated in projects in both ASP and JSP, I can tell you:
1. You can get more or less same level of tutorials, articles and code samples for both technologies. Info for ASP tend to be more centralized MSDN being enough in the majority of cases for ASP.
2. There are a mushrooming number of open source projects on JSP that seems to be outnumbering similar projects in ASP.
3. Applets are more sophisticated in terms of processing and (especially) visual possibilities. But are harder to get working right in all browsers, all OS. HTML + DHTML + Javascript is far more easier to get working (if not as visually appealing as an applet) in this kind of environments (read: the Internet). The firewall issue you mention is correct, albeit not as important as this one.
4. Java is a more sophisticated (in terms of semantic power) than VisualBasic so, even though it has a steeper learning curve, it allows for more natural and more maintanable solutions than ASP.
My advice: if you have the chance to choose, go ahead with JSP + servlet + Java business classes. You will suffer a bit at the beginning, but you will have your prize. If not, don't think you're too confined using ASP, it's sometimes too simplistic or too code-intensive but it does work.
Best luck,

Originally posted by shahul hameed:
We have a bunch of newbies trying to edge out a living using JSP ! But we have a doubt !
1. Do we get as much as freebies (Knowledge Resources)as ASP Code and Tips to do a fantastic Production site for JSP !
2. Why people dont use applet - Servlet - JDBC Model as much as JSP - Servlet - JDBC Model ! Is it because of reach with APplets behind firewalls
CAN SONEBODY SAY ! Forget ASP ! GO JSP !
Just need a Moral Push !


 
Beware the other head of science - it bites! Nibble on this message:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic