<skip>
> > > Craig
> > I see only one possible solution : to have two tagets in ant script, one
for
> > jdk1.3 and for 1.4,
> > conditional compling  is not very nice solution, but I see no choises.
> >
>
> Doing the conditional compilation part is pretty straightforward.  We'll
> also want to make the DBCP runtimes smart about which implementation class
> it uses for Connections based on what JVM the application is running in,
> without requiring the application itself to configure things any
> differently.
>
> Also, whoever builds a DBCP distribution bundle needs to make sure they
> run both compilers, so that both implementation classes are available in
> the JAR file ...
>
> Craig
 It is very trivial to implement Connection interface at runtime, but some
performance can be lost.
( see java.reflect.Proxy )


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to