> Could u specify? How freely available r they? > > Ultimately, what matters is the deadline to customers! > > > -----Original Message----- > > From: Karl Roberts [SMTP:[EMAIL PROTECTED]] > > Sent: Wednesday, April 19, 2000 2:47 PM > > To: [EMAIL PROTECTED] > > Subject: Re: JSP Performance? > > > > Hi, > > Many Application servers allow you to precompile JSP's and use the > > generated .class file like any other servlet. You can usually have this > > generated servlet Pre-loaded at server startup. > > > > Karl > > > > Joe Wolf wrote: > > > > > > just in case you don't get the other mail, you can use "out.println" > in > > > scriptlets just without the System prefix. > > > > > > good luck > > > > > > Joe > > > ----- Original Message ----- > > > From: Neil Harrison <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Monday, April 17, 2000 3:59 PM > > > Subject: JSP Performance? > > > > > > > Hello. > > > > > > > > A general point - if I'm returing a lot of results from a database > > which > > > > need only a small amount of formatting for > > > > display, am i better off using plain looped out.print statements > > instead > > > of > > > > JSP - ie will the compile time overhead of JSP each time > > > > the page is requested be noticably heavy? Are there any other > > > > considerations for keeping the JSP speed up? > > > > > > > > I'll be using an Ultra Sparc Server with Websphere Application > Server > > 3.0 =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
