[
Lists Home |
Date Index |
Thread Index
]
I agree - with support for a pooled and app server-managed DB
connection, this is a great alternative to keep in mind for future
projects.
Thanks,
Stefan
On May 26, 2005, at 2:55 PM, Jason Aaron Osgood wrote:
> Hi Stefan Tilkov-
>
>
>
>> When used in a J2EE environment, can it obtain the JDBC
>> connection via a javax.sql.DataSource to use the app
>> servers connection pooling features?
>>
>
> No problem. I started with Xalan's SQL extension. I needed to call
> stored procedures, so modified the extension. Decided the stock SQL
> extensions were massively overwraught. Started over. Ended up with a
> very simple extension for just the few JDBC calls I use. Essentially
> just convenience wrappers for JDBC. Then moved over to Saxon-8.
> Worked as-is.
>
> The XSL extension mechanicism is really, really cool. Simple and to
> the point. I was very impressed.
>
>
> Cheers, Jason Aaron Osgood / Seattle WA
>
> zappini.blogspot.com
>
|