Just guessing, but I doubt it will be faster performance-wise, just faster to develop. It lets you treat JSP as a scripting language and remove the compile/deploy stage.
Hen On Thu, 5 Feb 2004, Riaan Oberholzer wrote: > Is the SQL tags (in JSTL) performance acceptable? > > I'm populating tables and was wondering if it would be > better to read the data in "normal" Java code and then > populate the table with > > <td><%= row.getItem1() %></td> > <td><%= row.getItem2() %></td> > > etc. > > I'm not too worried about trying to keep java code out > of jsp's, I really want the fastest solution if it can > make a significant difference. > > > __________________________________ > Do you Yahoo!? > Yahoo! Finance: Get your refund fast by filing online. > http://taxes.yahoo.com/filing.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
