Forums Register Login

JSP's Conversion to a Servlet

+Pie Number of slices to send: Send
I know that JSP pages get converted to a Servlet. And I know that JSP pages are delivered very fast. My question is do JSP pages get converted to Servlets every single time they are called, do they get cached when the server starts or changes are made? How do Servlet Containers handle the conversion process?
A link concerning this information would be good. All I can find is the simple fact that JSP pages get converted to Servlets.
+Pie Number of slices to send: Send
They get compiled only once, the first time they are accessed. Each time after that the container compares the timestamp to see if it has been updated. If not, it serves the page without compiling. There's some info here:
http://developer.java.sun.com/developer/technicalArticles/javaserverpages/servlets_jsp/
this llama doesn't want your drama, he just wants this tiny ad for his mama
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 1803 times.
Similar Threads
JSP/ Servlet
jsp to servlet
Servlets vs JSP
Servlets or Jsp
JSP vs Servlets
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 19, 2024 01:46:20.