java - Obfuscate grails application -


has had success obfuscating grails application tool such proguard (http://proguard.sourceforge.net/)?

i suspect it's not possible this, since grails relies on groovy's dynamic language features, example:

  • matching missing methods field names configure domain classes;

  • mapping urls controller classes , fields/methods;

  • matching tags tag library classes , methods.

that's of grails app have excluded. has tried , succeeded / failed?

i've tried , decided there no need in obfuscation grails application. grails uses groovy compiles code in obfuscated way.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -