Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can JSP support static (i.e. cached) results?

cached JSP results static support
0
Posted

Can JSP support static (i.e. cached) results?

0

I don’t know. NOTE that JSP pages are compiled into servlets and then into java byte code, so serving a JSP has relatively low overhead [see this for more info.] You can actually see the code for the created servlet by looking in the tomcat/work directory! Unfortunately, this means that error messages you see refer to this temporary code, not the original JSP code (sort of like mangled method names in C++). I bet there is a way to overcome this problem.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123