CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11
  1. #1
    George2 is offline Elite Member Power Poster
    Join Date
    Oct 2002
    Posts
    4,468

    compare PHP with JSP

    Hello everyone,


    I am learning the comparison between PHP and JSP. I am interested in every points, like performance, security, language/architecture design internals, programming interface and IDE, license, integration with other technologies...

    I am wondering where to find some reference articles/tutorials/samples?


    thanks in advance,
    George

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: compare PHP with JSP

    Well, here are some links that should help you out.

    JSP Programming
    W3Schools
    PHP.net
    JavaServer Pages Technology
    Google Search
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Oct 2006
    Location
    slavia
    Posts
    42

    Re: compare PHP with JSP

    frankly speaking..
    php is faster than JSP
    security ?
    php can work with APACHE and use the SYSTEM library
    yeah.. it can be developed to a tought security system

    both php and jsp are supporting object oriented programming
    IDE ??
    yeah.. php got no many IDE yet

    i think it is all imho

    have fun with php

  4. #4
    George2 is offline Elite Member Power Poster
    Join Date
    Oct 2002
    Posts
    4,468

    Re: compare PHP with JSP

    Hi peejavery,


    Quote Originally Posted by peejavery
    Well, here are some links that should help you out.

    JSP Programming
    W3Schools
    PHP.net
    JavaServer Pages Technology
    Google Search
    Are there any comparisons? I want to develop a Web Site, I would like to choose one of them as the technology. So, I want to know comparisons to make decision...


    regards,
    George

  5. #5
    George2 is offline Elite Member Power Poster
    Join Date
    Oct 2002
    Posts
    4,468

    Re: compare PHP with JSP

    Thank you szpilman,


    Quote Originally Posted by szpilman
    frankly speaking..
    php is faster than JSP
    security ?
    php can work with APACHE and use the SYSTEM library
    yeah.. it can be developed to a tought security system

    both php and jsp are supporting object oriented programming
    IDE ??
    yeah.. php got no many IDE yet

    i think it is all imho

    have fun with php
    A quick question, "use the SYSTEM library" means utilizing native library, for example, .DLL and .so? But I think Java can also utilize native library by using JNI.

    Are there any formal comparisons documents? I want to develop a Web Site, I would like to choose one of them as the technology based on the requirements/funding. So, I want to know comparisons to make decision...


    regards,
    George

  6. #6
    Join Date
    May 2002
    Posts
    10,943

    Re: compare PHP with JSP

    Quote Originally Posted by George2
    So, I want to know comparisons to make decision...
    Well, you really can't. The only way that they truly compare is that they are server-side scripting language.

    JSP is more like ASP than PHP. PHP is much more widely recognized. Personally I would go with PHP because of its server-side versatility.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  7. #7
    Join Date
    Oct 2006
    Location
    slavia
    Posts
    42

    Re: compare PHP with JSP

    Are there any formal comparisons documents?
    sorry george..
    i have just begin learning JSP. so i can make a good argument for JSP.

    but for php...
    php is object oriented as well as JSP...
    about the native library...
    just feel free to download the php_manual in .chm from php.net
    about customising the php itself (and recompiling the php) is explained there
    n for miscelanous customization or library in PHP i suggest u to get it from
    phpclasses.org.
    tons of classes and all are free...

    have fun with php. (just suggestion )

  8. #8
    George2 is offline Elite Member Power Poster
    Join Date
    Oct 2002
    Posts
    4,468

    Re: compare PHP with JSP

    Thank you peejavery!


    Quote Originally Posted by peejavery
    Personally I would go with PHP because of its server-side versatility.
    What do you mean server-side versatility?


    regards,
    George

  9. #9
    George2 is offline Elite Member Power Poster
    Join Date
    Oct 2002
    Posts
    4,468

    Re: compare PHP with JSP

    Thank you szpilman!


    Quote Originally Posted by szpilman
    sorry george..
    i have just begin learning JSP. so i can make a good argument for JSP.

    but for php...
    php is object oriented as well as JSP...
    about the native library...
    just feel free to download the php_manual in .chm from php.net
    about customising the php itself (and recompiling the php) is explained there
    n for miscelanous customization or library in PHP i suggest u to get it from
    phpclasses.org.
    tons of classes and all are free...

    have fun with php. (just suggestion )
    The resources you recommended is only dealing with JSP or PHP themselves. What I need is the comparison, which could let me know whether I should use JSP or PHP to construct the Web application, for example, security/performance/integration with other technologies ...

    Any documents to recommend?


    regards,
    George

  10. #10
    Join Date
    Oct 2006
    Location
    slavia
    Posts
    42

    Re: compare PHP with JSP

    sorry not trying to teach you,
    but i have googling just for 2 minutes, with keywords
    "PHP and JSP" + comparison
    i recommend three good links

    1. http://dmst.aueb.gr/dds/pubs/conf/20...l/dyncont.html
    imho, i found that this is very good
    2. http://blogs.sun.com/robogeek/date/20050308
    a blog, but give a good explaination (seems the writer tend to use JSP)
    3. http://news.com.com/5208-1012-0.html...9022&start=-95
    this one tend to use PHP

    hope this can help

  11. #11
    George2 is offline Elite Member Power Poster
    Join Date
    Oct 2002
    Posts
    4,468

    Re: compare PHP with JSP

    Thank you szpilman!


    Quote Originally Posted by szpilman
    sorry not trying to teach you,
    but i have googling just for 2 minutes, with keywords
    "PHP and JSP" + comparison
    i recommend three good links

    1. http://dmst.aueb.gr/dds/pubs/conf/20...l/dyncont.html
    imho, i found that this is very good
    2. http://blogs.sun.com/robogeek/date/20050308
    a blog, but give a good explaination (seems the writer tend to use JSP)
    3. http://news.com.com/5208-1012-0.html...9022&start=-95
    this one tend to use PHP

    hope this can help
    They are good stuffs!


    have a nice day,
    George

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

Featured