javascript - Call Java method by using Ajax -


this in reference this stack overflow post. want similar: on specific event, want javascript call ajax function call java method. person answered questions said create jsp file (for java code). java code use jar files, import these jar files jsp file? better approach create servlet?

(as side note, jsp file contain of java code?)


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -