This is not optimization tip, but... do you know...?
that Java (JVM) limits the amount of code to 64kB per Java method.
Sometimes, as the JSPs grow larger, there is a possibility of hitting this limit.
that Java (JVM) limits the amount of code to 64kB per Java method.
Sometimes, as the JSPs grow larger, there is a possibility of hitting this limit.