Thanks Bob. But I really like auto mapping...
Precompiling is not that much an issue for Click apps because
most of the code(if apps are written well) is in Java files not JSPs. The same like with *.htm files, the JSPs will contain mostly only one line of code with:
${form} or $(table) or ${panel).

Even more, for commercial applications, with Click it's much easier to use an obfuscator than all other web frameworks (one just needs to exclude from obfuscation the page names and the listener method names).

Adrian.

Reply via email to