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 >>>>> "

Re: JSTL in Action: first few chapters

2002-08-03 Thread David M. Karr
> "Dave" == Dave Newton <[EMAIL PROTECTED]> writes: Dave> Peter Lin wrote: >> reading the spec isn't always as simple as one would >> like. For example, the use of hashmap was totally >> clear to me, until I read the section in shawn's book. >> Dave> Er... :D

Re: JSTL in Action: first few chapters

2002-08-03 Thread Dave Newton
Peter Lin wrote: >reading the spec isn't always as simple as one would >like. For example, the use of hashmap was totally >clear to me, until I read the section in shawn's book. > > Er... :D Dave -- To unsubscribe, e-mail: For additional commands, e-mail

Re: JSTL in Action: first few chapters

2002-08-03 Thread Peter Lin
Someone at work bought an electronic version and ordered a few copies. If you are serious about using JSTL, I would recommend it. reading the spec isn't always as simple as one would like. For example, the use of hashmap was totally clear to me, until I read the section in shawn's book. I must

JSTL in Action: first few chapters

2002-08-02 Thread Shawn Bayern
In case anyone's interested, I just found out that the first four chapters of "JSTL in Action" have been posted for free at http://www.codercoop.com These early chapters are ideal for novice page authors; if you're a developer, you might want to forward them to page authors you work with. The