spring mvc - Encrypt JAVA SpringFramework WebApplication -


i've created springframework webapplication , want distribute it. client asked me evaluate applications on own server. want protect code encrypting source. possible? if yes, what's best tool? there performance loss using it?

we use proguard in ant task our release, makes classes harder reverse-engineer. seems better performance.

notice variables based on injection annotations should declared private, otherwise won't injected correctly after process of proguard.

1. proguard

2. apache ant


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

google app engine - 403 Forbidden POST - Flask WTForms -