I was looking for real information about this, I am working some system on Java EE, I worked all my life on web, now I am getting into systems, my boss told me he makes javascripts works from “server side” to manage polls and stuffs, still I didnt think was right and I told him I thought javascript was only executed client-side, still seems like its right, I found both information about saying it is possible and it is not, anyone has some valid answer about this? and if yes, how is this possible?
Thanks!
The scripting API is in the javax.script package available in the Java SE 6 platform.
Refer Link :-
http://java.sun.com/developer/technicalArticles/J2SE/Desktop/scripting/