1000+ includes in a single page isn't a good idea IMHO. And using
jsp:include for all 1000+ includes just aggravates the situation. It would
be a good idea to minimize the number of includes by maybe clubbing a few
together into one file. Also if looking at static includes as opposed to
dynamic (jsp:include) will help performance. A jsp:include tag includes a
file at request time as opposed to a static (<@ inlcude....) tag which
includes a file at compile time.

RS



                                                                                       
                    
                      "John Trollinger"                                                
                    
                      <jakarta@trolling        To:       
<[EMAIL PROTECTED]>                  
                      ers.com>                 cc:                                     
                    
                                               Subject:  Help with jsp:includes        
                    
                      12/02/02 09:39 AM                                                
                    
                      Please respond to                                                
                    
                      "Tomcat Users                                                    
                    
                      List"                                                            
                    
                                                                                       
                    
                                                                                       
                    




I have pages that have the posibility of having 1000+ jsp:include
statements in them.  These pages take long times to load because of all
the requests going to the server.  Is there a way I can call the classes
directly instead of going through a request to the server?


Thanks,

John


--
To unsubscribe, e-mail:   <
mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>







--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to