How to learn AJAX using jQuery in a Java web app

前端 未结 2 1152
星月不相逢
星月不相逢 2021-01-07 06:23

Can someone point me to tutorials using jQuery to create AJAX apps with Java (servlets). I was looking at the tutorial Implementing Ajax in Java web application using JQuery

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-07 06:51

    I think many of the tutorials out there are making things way to complicated. Just remember that AJAX requests are no different that other requests.

    See if this one helps you out.

提交回复
热议问题