| Author |
Pre-Compile JSPs in JBoss
|
Dave Salter
Ranch Hand
Joined: Jul 20, 2005
Posts: 292
|
|
Is it possible to pre-compile JSPs in JBoss? The performance I get from uncompiled JSPs is very good, but this may not be the case when my application gets larger and larger. Do other people pre-compile JSPs, or do you think its a waste of time? Cheers, Dave.
|
 |
norman richards
Author
Ranch Hand
Joined: Jul 21, 2003
Posts: 364
|
|
|
Pre-compiling is a good practice for production systems.
|
[<a href="http://members.capmac.org/~orb/blog.cgi" target="_blank" rel="nofollow">blog</a>] [<a href="http://www.amazon.com/exec/obidos/ASIN/0596100078/orb-20" target="_blank" rel="nofollow">JBoss: A Developer's Notebook</a>] [<a href="http://www.amazon.com/exec/obidos/ASIN/1932394052/orb-20" target="_blank" rel="nofollow">XDoclet in Action</a>]
|
 |
Dave Salter
Ranch Hand
Joined: Jul 20, 2005
Posts: 292
|
|
Thanks, Does your book cover this at all?
|
 |
 |
|
|
subject: Pre-Compile JSPs in JBoss
|
|
|