Hi Thierry,

Subtags may be a little less performant, but if we use
attributes, then you can't use other tags to grab from
the environment.  E.g. I do stuff like this in some of
my implementations:

  <sql:connection id="conn1">
    <sql:url><application:initParamter
name="dbURL"></sql:url>
  </sql:connection>

You dig?

- Morgan

--- "Ciot, Thierry" <[EMAIL PROTECTED]>
wrote:
> I have been able to use it quite well.  I would vote
> for making it
> available.
> 
> General question about usage of subtags versus
> attributes:
> 
> For example, wouldn't it be better to specify, the
> driver, username and
> password of a connection as attributes to the
> connection tag instead of
> other tags (at least in terms of performance).  With
> sub tags, there are
> more java classes allocated and constructed and the
> connection class needs
> to be retrieved using findAncestorWithClass
> (probably costly).
> 
> Thierry.
> 
> 
> -----Original Message-----
> From: Morgan Delagrange [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 12, 2001 3:19 PM
> To: taglibs-dev
> Subject: JDBC update redux
> 
> 
> Hi all,
> 
> So, did anybody get a chance to check out the new
> JDBC
> taglib additions?  This is my latest release
> candidate
> (less the necessary documentation update). 
> Comments?
> 
> - Morgan
> 
> 
> =====
> Morgan Delagrange
> Britannica.com
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail -
> only $35 
> a year!  http://personal.mail.yahoo.com/


=====
Morgan Delagrange
Britannica.com

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to