On 5/2/2018 07:30, M. Manna wrote:
Hi Mark,
Basically, our application has quite a lot of large objects which are
singletons. When we checked the list of char[] objects loaded in the
memory, some of them showed JspServlet related Strings and had commented
code loaded into char[].
we have quite a
Hi Mark,
Basically, our application has quite a lot of large objects which are
singletons. When we checked the list of char[] objects loaded in the
memory, some of them showed JspServlet related Strings and had commented
code loaded into char[].
we have quite a lot of Strings loaded in memory (usi
On 02/05/18 10:31, M. Manna wrote:
> Hi All,
>
> I had a specific question regarding JSPs loaded in web-application
> container for jasper to compilation. If I have a JSP page which has
> scriptlet and javadoc comments/code comments, aren't those loaded into the
> char[] of JSP pages too?
No.
>
Hi All,
I had a specific question regarding JSPs loaded in web-application
container for jasper to compilation. If I have a JSP page which has
scriptlet and javadoc comments/code comments, aren't those loaded into the
char[] of JSP pages too? I understand that Jasper compiles the JSPs but
those co