I've just created a google app engine project and I would like to use groovy servlets. I have placed groovy-all in the lib folder and the mapping in the web.xml. When I try to access the servlet I've an exception: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.reflect")
I know that there is Gealyk but I would like to know what exactly happen and why... I suppose is something related to the class loading or compiling? How Gaelyk handle this problem??