javascript - Accessing Java class from html web app -
i have dynamic web project. in src folder have java class couple of methods. let suppose index.html file have 2 buttons.on click of button how can call java class. there possibility of doing so? please suggest me
in advance
regards avinash
create servlet handle get/post requests, invoke java code , return result.
http://docs.oracle.com/cd/e19857-01/819-6518/abxbh/index.html http://www.oracle.com/technetwork/java/servlet-142430.html
Comments
Post a Comment