Now I am converting some jsp pages into servlets,
I m just putting the javascript functions of jsp
in out.println at servlets.
Now I have a plan to place the javascript function in a *.js file
and include the file into the servlet using
Is there is some advantage for the above method,
Or some better method is with u