JSId is an authentication framework for web apps with Java back-end. Read more
LoginExamples below were taken from JRPC demo. In both examples we send AJAX call to the server. But the first example URL is login free, and the second requires login.
In this example we will submit any three words to the server, then get them back and display.
You can read more about JSId here. Take code from here. Happy coding!