Hi all
Reading this discussion I wondered if somebody have tried to obfuscate servlets generated from jsp. And how could it be made automaticaly, at least for specific servers. Is there significant performance boost, etc...
Hope it would be an interesting discussion.
Cheffo
well i guess i wasnt that clear the last time...Its quite obvious for a jsp written to be first converted to servlets....as a .java file which is compiled at the run time & converted into a .class file which is run actually...there is no way that the source code can be viewed by the users of the clients....