You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by kahon <ka...@sohu.com> on 2006/05/16 04:39:57 UTC

the use of the interface org.apache.servicemix.jdbc.JDBCAdapter

what's the useness of the Interface org.apache.servicemix.jdbc.JDBCAdapter?
--
View this message in context: http://www.nabble.com/the-use-of-the-interface-org.apache.servicemix.jdbc.JDBCAdapter-t1624789.html#a4402497
Sent from the ServiceMix - User forum at Nabble.com.


Re: the use of the interface org.apache.servicemix.jdbc.JDBCAdapter

Posted by Guillaume Nodet <gn...@gmail.com>.
It is used to provide a simple layer for a jdbc based storage.
A simple table (ID, DATA) can be created and data stored / retrieved
using a blob on different databases.  It is used by the JdbcAuditor
and the EIP component (via the JdbcStoreFactory).

Cheers,
Guillaume Nodet

On 5/16/06, kahon <ka...@sohu.com> wrote:
>
> what's the useness of the Interface org.apache.servicemix.jdbc.JDBCAdapter?
> --
> View this message in context: http://www.nabble.com/the-use-of-the-interface-org.apache.servicemix.jdbc.JDBCAdapter-t1624789.html#a4402497
> Sent from the ServiceMix - User forum at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet