Currently i have an JAVA EE Project using Spring and hibernate framework. We are deploying it to the tomcat server in WAR format.
Now the clients needs to obfuscate the code before deploying it to the server. I have googled and found that only Jar format can be obfuscated.
But now the scenario is we have not maintained the project into two different Projects like backend or something. If i split the project to A and B and the B can obfuscated and added into project A build Path. Is the only option we have ?
Please provide your valuable suggestions to obfuscate the project in a single without splitting it.