Quote:
Originally Posted by kitty_kate
Just for the record guys, it's JavaScript you are talking here. It executes on the client computer (Java is a server scripting language and executes on the server).
|
Actually... Java isnt executed server side unless youre talking about Java Servelets ( which still might actually be run locally..? not real familiar w/ JSP ), and it's not a scripting language either. It's compiled and then run locally by JVM.
And Bishop, I think as long as you keep it really lightweight, and don't allow your functions to echo back errors ( @function() ) you should be ok.