You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Maas van den Berg <em...@dds.nl> on 2003/08/15 23:56:27 UTC

[PATCH] spec/j2ee API 100% compliant

Thanks to the apiComparator plugin for IDEA.
- correct parameter names (important for javadoc / ide / etc?) 
- Timer* use java.util.Date not java.sql.Date
- removed superclass exceptions from 'throws' list
- added missing @deprecated tags

Maas

 wrote:
> 	What's the advantage to supporting JDBC through JCA?  Is it that 
> JCA requires logic to deal with associating with transactions and 
> security, and if JDBC works through that we don't have to implement the 
> same features twice?  Or are there other considerations?
> 
> Aaron
> 
> On Fri, 15 Aug 2003, David Jencks wrote:
> > IMNSHO jdbc support should be through the JCA (connector) support and 
> > jca-jdbc wrappers.
> > 
> > I think jca should be a separate module ("connector")
> > 
> > AFAIK the only specific communication with the ejb subsystem needed can 
> > be provided by an interceptor that makes sure connection handles get 
> > re-associated under the correct security context.
>