Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.2
-
None
-
None
-
blogs.sun.com
-
1 day
Description
If we add pre-compiling of JSPs to the build process, the JSPs will load much faster and might prevent users from being frustrated with slow load times after an upgrade.
I've done this in the past, and the best way seem to be to package the JSPs classes in the webapp and add entries for each one in web.xml. Of course, this can easily be automated as part of the build process. I hope to do this in AppFuse soon, so hopefully I can contribute back the code if/when I get it working.