Jsp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • champion
    New Member
    • Mar 2007
    • 5

    Jsp

    What are the benefits of JSPs over ASP,PHP etc?

    Why use JSPs instead of servlets..
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    #2
    see ... i don't know ASP or PHP

    i come from C,C++ background ... and in my point of view it is easy to learn as it is JAVA related.

    in servlet u r writing html code inside the double quotation as String
    so it is odd to write those html code like that

    so jsp is introduced to avoid this problem and it is easy to study

    Comment

    • jijoja
      New Member
      • Mar 2007
      • 5

      #3
      It is a matter of choice.
      Go to google and type in jsp vs php and you will see people fighting viciously trying to prove which one is better. What jsp people say is that jsp page is compiled only once and does not have get recompiled every time same person comes to visit a website. Though right now php has some Zend optimizer that accomplishes somewhat similar. Pick one and stick with it. Keep in mind that usually jsp servers are more expensive since it ain’t that easy to set up even Tomcat. Php on the hand set up using Apache and does not require some sort of special knowledge. Anyways, it is up to you. Take care.

      Originally posted by champion
      What are the benefits of JSPs over ASP,PHP etc?

      Why use JSPs instead of servlets..

      Comment

      Working...