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

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -