Does Ajax and Java work the same way as Ajax and PHP?

Discussion in 'Programming' started by gandalf117, Sep 30, 2013.

  1. #1
    I have done a lot of Ajax and asynchronous requests to PHP files that usually return some information in JSON format. Now I hope this is the right place to ask this, because I really want to know if the approach is the same when the server language is Java. For some reason I don't feel confident enough when the server language is not PHP. So anyone who has programmed in Java please help me with this.

    When the file on the server that handles the request ends with .jsp instead of .php does anything change for the front end developer?
     
    gandalf117, Sep 30, 2013 IP
  2. ThePHPMaster

    ThePHPMaster Well-Known Member

    Messages:
    737
    Likes Received:
    52
    Best Answers:
    33
    Trophy Points:
    150
    #2
    Yes it is the same.
     
    ThePHPMaster, Oct 2, 2013 IP
  3. gandalf117

    gandalf117 Active Member

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    thank you for the response
     
    gandalf117, Oct 8, 2013 IP
  4. ApocalypseXL

    ApocalypseXL Notable Member

    Messages:
    6,095
    Likes Received:
    103
    Best Answers:
    5
    Trophy Points:
    240
    #4
    It's similar but get ready for the Java bloat.
     
    ApocalypseXL, Oct 9, 2013 IP