calling a java servlet from javascript
- by marco
Hello,
I am trying to create a web application using the MCV design pattern. For the gui part I would like to use javascript. And for the controller Java Servlets.
Now I have never really worked with javascript, so I'm having a hard time figuring out how to call a java servlet from javascript and how to get the response from the servlet.
Can anybody help me out?