we need at least one extra field, jdbc can't connect without a
subprotocol, so ill put it in front of the host portion

Wouter


On Mon, 28 Mar 2005 16:24:22 +0200, Mario Ivankovits <[EMAIL PROTECTED]> wrote:
> 
> >the URL still is a problem:
> >it needs to specify the database type (JDBC subprotocol)
> >
> > dbfs://user:[EMAIL PROTECTED]:host:dbname/
> >OR
> > dbfs:subprotocol://user:[EMAIL PROTECTED]:dbname/
> >
> >if we plan on making use of intermediats like hibernate, we may or may
> >not put that in the url too or leave that to internal configuration
> >
> >dbfs:hyb3:DBCP:mysql://user:[EMAIL PROTECTED]:dbname/
> >dbfs:JDBC:mysql://user:[EMAIL PROTECTED]:dbname/
> >
> >sugestions?
> >
> I think for now letz go with
> 
> dbfs://user:[EMAIL PROTECTED]:dbname/
> 
> Any additional configuration needet should be passed via a
> FilesystemOption. See the *FilesystemConfigBuilder stuff e.g.
> SftpFileSystemConfigBuilder.
> 
> later we might simplify things by allowing a jndi datasource
> 
> dbfs://user:[EMAIL PROTECTED]:dbname/
> 
> How we deal with hibernate or some other additional implementation lets
> consider if the time has come.
> 
> ---
> Mario
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 

Gmail rules
---------------------------------------------------------------------
Wouter De Borger
---------------------------------------------------------------------
if life was a joke of eternity, what would you do?
All I want is a kind word, a warm bed and unlimited power.
---------------------------------------------------------------------
www.nosoftwarepatents.com

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

Reply via email to