First page Back Continue Last page Overview Graphics
Precompiling JSPs
Most Appservers supply a JSPC tool (jsp compiler), including Weblogic & JBoss
Advantages
- Find compile bugs during development/build
- Immediate deployment of JSPs, user does not need to wait for JSP to compile
Disadvantage
- May need to merge generated JSP web.xml file with project's file for deployment
Notes: