-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
David,
David kerber wrote:
| My question is: would it be better practice to put the rest of the
| generation lines into the java class, or is it better form to
| leave it the way it is. I realize there's no functional difference; I'm
| just wonder
This is more of a programming style question than it tomcat-specific,
but it's running on tomcat 5.5, so here goes:
I have a .jsp where, right now, I have part of the page generation is
done in the .jsp, and the part with proprietary logic is done in a java
class behind it. What I'm wondering