performance benchmarks of JSTL on Tomcat 4.0.3

2002-03-29 Thread Peter Lin
I got side tracked for a few days, but I finally got time to run some benchmarks with JProbe, as well as repeat a few of my original tests to verify the performance. The tests were ran on the following systems. System I - 450mhz PIII, Win2K, 512mb RAM programs running - mcafee, aim Server - tom

Re: Can you test for a cookie's value using c:if tag?

2002-03-29 Thread David M. Karr
> "Shawn" == Shawn Bayern <[EMAIL PROTECTED]> writes: Shawn> On Thu, 21 Mar 2002, Matt Raible wrote: >> Is it possible to do the following with JSTL? >> >> >> learner >> Shawn> Ah, I was hoping someone would ask. The answer is "no, not exactly like Shawn>

Re: Error using JSTL

2002-03-29 Thread David M. Karr
> "Thomas" == Thomas J Zvolensky writes: Thomas> Yep. Thomas> I removed the EL parser from the other lines. Why is is shown that way in Thomas> the examples? Thomas> The page works now. The only examples I've seen (in the samples and in the spec) of SQL tags that use the E

RE: Error using JSTL

2002-03-29 Thread Zvolensky, Thomas J {PDBI~Nutley}
Yep. I removed the EL parser from the other lines. Why is is shown that way in the examples? The page works now. -Original Message- From: David M. Karr [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 2:24 PM To: [EMAIL PROTECTED] Subject: Re: Error using JSTL > "Thomas" =

Re: Error using JSTL

2002-03-29 Thread David M. Karr
> "Thomas" == Thomas J Zvolensky writes: Thomas> That did the trick! I didn't notice the missing "j". Thomas> Thanks. Thomas> var="example" Thomas> driver="${org.gjt.mm.mysql.Driver}" Thomas> url="${dbc:mysql://carlsonr:3306/DocumentumUsage}" Thomas> /> David>

RE: Error using JSTL

2002-03-29 Thread Zvolensky, Thomas J {PDBI~Nutley}
That did the trick! I didn't notice the missing "j". Thanks. -Original Message- From: David M. Karr [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 1:33 PM To: [EMAIL PROTECTED] Subject: Re: Error using JSTL > "Thomas" == Thomas J Zvolensky writes: Thomas> Here is th

Re: Error using JSTL

2002-03-29 Thread David M. Karr
> "Thomas" == Thomas J Zvolensky writes: Thomas> Here is the top part of the JSP: Thomas> Thomas> ++ Thomas>var="example" Thomas> driver="${org.gjt.mm.mysql.Driver}" T

RE: Error using JSTL

2002-03-29 Thread Zvolensky, Thomas J {PDBI~Nutley}
Here is the top part of the JSP: ++ <%@ page import="java.text.*, java.util.*" %> <%@ taglib prefix="c" uri="http://java.sun.com/jstl/ea/core"; %> <%@ taglib prefix="sql" uri="http://java.sun.com/jstl/ea/

RE: standard tag library XML example failures

2002-03-29 Thread Steve Spradlin
In an effort to share my findings... I finally got the examples and my product code to work. I had to get the xalan 2.3.1 release and put the xml-apis.jar in the Tomcat 4 lib directory. I think this is probably a bad thing but I could find no other way to make it work. If I put the xml-apis.jar

Re: DB taglib - which use??

2002-03-29 Thread Morgan Delagrange
I don't know if I agree that the JSTL tags are easier to use (particularly if you don't know the expression language), but they are in active development. DBTags will be performing a 1.0 release soon, but after that it's likely to only perform point releases, at least for the forseeable future.

Re: Error using JSTL

2002-03-29 Thread David M. Karr
> "Thomas" == Thomas J Zvolensky writes: Thomas> Hi, Thomas> I'm attempting to use the SQL tags provided with the JSTL 1.0 beta tag Thomas> library. Thomas> When I add the following line to my jsp page to import them into the page: Thomas> <%@ taglib prefix="sql" uri="ht

problems with and using JSTL beta 1 version

2002-03-29 Thread Xiaotan(Helen) He
Hi, I am trying to convert some working code from EA3 version to Beta 1 version. There are a couple of problems that I encountered. 1. SQL result display problem. I successfully retrieve the resultset using However, the following code retrieves blank values. I can see multiple empty lines

Error using JSTL

2002-03-29 Thread Zvolensky, Thomas J {PDBI~Nutley}
Hi, I'm attempting to use the SQL tags provided with the JSTL 1.0 beta tag library. When I add the following line to my jsp page to import them into the page: <%@ taglib prefix="sql" uri="http://java.sun.com/jstl/ea/sql"; %> I get the following error screen for my page: +++

RE: DB taglib - which use??

2002-03-29 Thread Agrawal, Anuj (Anuj)** CTR **
Plus the JSTL DB tags are A LOT easier to use, IMO. > I would go with the JSTL DB tags as it's part of the standard > taglib and the > db tags project seems pretty dead now. (eg. some fixes I put > in bugzilla are > still not fixed). > > > Anyone can explain why there are such difference betwe

RE: DB taglib - which use??

2002-03-29 Thread Wim Bervoets
I would go with the JSTL DB tags as it's part of the standard taglib and the db tags project seems pretty dead now. (eg. some fixes I put in bugzilla are still not fixed). Wim > -Original Message- > From: Andrea Grittini [mailto:[EMAIL PROTECTED]] > Sent: vrijdag 29 maart 2002 12:04 > To

DB taglib - which use??

2002-03-29 Thread Andrea Grittini
Anyone can explain why there are such difference between the DBTag library PreBeta and the JSTL DB tags in coneecting to the db and evaluating recordset ?? I don't know which one use, despite the fact that I cannot get a recordset data from an easy jdbc:odbc connection...;-) Any suggestion will

Need help getting examples to work

2002-03-29 Thread Tom Kochanowicz
I am stumpted on getting the jstl examples to work. I am using Tomcat 4.0.1 and get the following ROOT CAUSE error: java.lang.ClassCastException: org.apache.crimson.jaxp.DocumentBuilderFactoryImpl at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory. java:103)