Frank,
It looks like it would be very simple to create a module that support
JDBC for the Java side. This
would mean that anyone can use anything they chose. I would think this
would be a great first
step, and then add specific additional modules for other OSS BD's
projects if desired.
Carl.
Juergen Donnerstag wrote:
May I suugest that you make it as pluggable as possible to allow for
other implementations (whatever that will be).
Juergen
On 9/6/06, Frank Lynch <[EMAIL PROTECTED]> wrote:
I'd like to start working on a persistence solution for Qpid that will
be compatible with our apache licensed implementation. I've been
thinking about iBatis + Derby for this. I like the flexibility that
iBatis brings, as it allows users to tweak the database table
format/schema if necessary and its easy to slot in an enterprise
strength database (like Oracle, Sybase etc) in leiu of Derby.
Has anyone any opinions or thoughts on this, or should I just start
hacking away at an iBatis based persistence implementation?
cheers,
--Frank