My article on avoiding unnecessary recompilation of JSP’s in WebLogic has just been published on dev2dev.bea.com. It describes the entire stale checking mechanism used by the WebLogic compiler and I hope it helps people in taking the right steps to prevent recompilation and also provides a little insight into the container.
Category Archives: Uncategorized
J2EE Performance Profiling tools:
Posted by nagesh on July 18, 2004
View Comments
The last few days, I’ve spent most of my time profiling my code and trying to see where I can improve the performance. I played around with some tools and here is what i liked in them: JProfiler 3 I should say that the JProfiler 3.0 tool looks refreshingly new. It has a great UI [...]