Hi, everyone. In the meantime, I have implemented a mobile server by matching one servlet class with one URL. I heard that jsp + ajax is a more common way. But I don't know how to do it. Even if I try to search on the Internet, I can't because I don't know. Can you get a sense of how it's implemented? Thank you.
jsp ajax
JAX-RS (Java™ API for RESTful Web Services) is a Java API that supports implementation of lightweight REST-style web applications on the Java platform. -Source: Wikipedia
Not JAX-RS 2.0.
Ajax's usage example is when the page does not refresh when you press like on Facebook.
The ajax implementation is implemented directly using the Xmlhttprequest function, and there is also a method using jQuery or other libraries, but it is usually made with jQuery.
If you are using jQuery
http://zetawiki.com/wiki/JQuery_$.ajax()
Read it once and it will help you figure it out
Other search keywords include jquery ajax and jsp ajax examples.
575 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
636 Uncaught (inpromise) Error on Electron: An object could not be cloned
586 PHP ssh2_scp_send fails to send files as intended
625 GDB gets version error when attempting to debug with the Presense SDK (IDE)
578 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.