jsp - JQuery Integration with JavaEE -
I am able to use Jquery with asp.net because I know where to leave the JQuery library but I I am trying to integrate JQuery with Java Web applications using JSP, Servlets, etc.
This seems like a trivial question, but for some reason I am unable to find out where to leave the jQuery Javascript file.
Place it under your web structure (i.e.)
webroot / Static / scripts / jquery / jquery.js
then you can get:
The web structure is arbitrary ( WEB-INF
is expected for the directory)
I hope this will help you.
Comments
Post a Comment