Obfuscator & Jsp
843836Nov 8 2004 — edited Feb 20 2005Hi All,
I am trying to learn how ofuscation can be used in JSP application. I have number of beans which I import in my JSP pages.
I am using Retroguard obfuscator to obfuscate all the class files. Since the name of all class files and method changes as a part of obfuscation, my jsp pages are no longer able to find the beans (original name), hence the application fails to load.
Can anyone please suggest or refer me how obfuscation works with JSP application.
Thanks
RM