How to call Ajax function directly from application Java class that extends controller in Play frame work; is it possible or not?
Asked
Active
Viewed 27 times
0
-
2Ajax is called by browser – biesior Sep 25 '14 at 19:07
-
If you want to push information from server to browser, you can use Websockets, it's well documented on Play Framework Java (see samples). But considering such a question, you should read the doc before. – Julien D Sep 26 '14 at 07:38
-
Possible duplicate of [How to use Servlets and Ajax?](https://stackoverflow.com/questions/4112686/how-to-use-servlets-and-ajax) – VKS May 23 '17 at 03:37