calling a java servlet from javascript
Posted
by marco
on Stack Overflow
See other posts from Stack Overflow
or by marco
Published on 2010-06-12T11:28:46Z
Indexed on
2010/06/12
11:32 UTC
Read the original article
Hit count: 243
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?
© Stack Overflow or respective owner