Hi ! >From who do you want to hide your code ?
If you want to hide it to the client (=browser), there's no need to obfuscate your classes. All your classes or lib are under "/WEB-INF" directory, a compliant HTTP server shouldn't allow to see them. If you want to hide to the server administrator, obfuscation is a way. But as someone ever said, anyone who really want to see the code will succeed (with more or less pain). Regards, C�dric ----- Original Message ----- From: "rf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 18, 2003 8:17 AM Subject: Web-application obfuscation issues > What are the issues in obfuscating the java classes of > my web-application? I should retain the names of the > classes refered in the web.xml, is that all or > anything else? > > thank you > rf > > __________________________________________________ > Do you Yahoo!? > Yahoo! Shopping - Send Flowers for Valentine's Day > http://shopping.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
