Re: using datasource

2002-08-04 Thread Hans Bergsten
anand wrote: > > Well what I mean was how you tell the JSTL to use what datasource. > I have more than one datasource defined in config.xml that are > Connection pooled. In web xml > > Can I just say like this > > > >javax.servlet.jsp.jstl.sql.dataSource > > >myDataSour

RE: using datasource

2002-08-04 Thread anand
Normally the connection pooling is done by the Servlets container (the web server) I use BEA Weblogic and I setup my datasource and connection pooling in the config.xml. Then in each of my web application descriptor (web.xml) I specify which datasource to use. The JNDI datasource is defined as p

RE: using datasource

2002-08-04 Thread The Kelley's
I don't have to write a servlet that specifies the JNDI? How would I specify how many connections and so forth. If JSTL does all this, I'll buy the book and start using it. Tim -Original Message- From: anand [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 04, 2002 12:11 PM To: 'Tag Libra

RE: using datasource

2002-08-04 Thread anand
Well what I mean was how you tell the JSTL to use what datasource. I have more than one datasource defined in config.xml that are Connection pooled. In web xml Can I just say like this javax.servlet.jsp.jstl.sql.dataSource myDataSource -Original Message- From

using datasource

2002-08-04 Thread anand
Does anyone know the syntax for coding datasource in the Web.xml, can you give an example please. Thanks, -Dave -Original Message- From: Shawn Bayern [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 04, 2002 9:24 AM To: Tag Libraries Users List; [EMAIL PROTECTED] Subject: RE: JSTL in A

Re: JSTL in Action: first few chapters

2002-08-04 Thread Peter Lin
Now if only I learned to proof read or type :P I skimmed through expression language portion of the book and found it easier to read than the official spec. peter "David M. Karr" wrote:> "Dave" == Dave Newton writes: Dave> Peter Lin wrote: >> reading the spec isn't always as simple as

RE: JSTL in Action: first few chapters

2002-08-04 Thread Shawn Bayern
On Sun, 4 Aug 2002, The Kelley's wrote: > Can JSTL use connection pooling for a databases? JSTL lets you configure any DataSource to access a database. The DataSource may indeed implement connection pooling. Setting it up is as easy as pointing to a pooling DataSource in your application's web

RE: JSTL in Action: first few chapters

2002-08-04 Thread The Kelley's
Hey thanks for the book info. Can JSTL use connection pooling for a databases? Tim -Original Message- From: David M. Karr [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 04, 2002 2:18 AM To: [EMAIL PROTECTED] Subject: Re: JSTL in Action: first few chapters > "Dave" == Dave Newton <