contributing a JDBC persistence implementation

"John V. Sichi" <[email protected]> Mon, 29 Dec 2003 16:08:32 -0800
Newsgroups gmane.comp.java.netbeans.modules.mdr.devel
Message-ID <[email protected]>
Hello,

I have a working implementation of the org.netbeans.mdr.persistence.* 
interfaces using JDBC.  I've been testing with an in-process Java DBMS 
(hsqldb); performance is somewhat worse than the btree implementation. 
I'm going to spend some time on cleanup, optimization, and back-end 
portability, and then I'd like to submit it for review to see if it can 
become part of MDR.

I know I need to submit a JCA form, which I will do.  Where should I 
send the source code tarball when it's ready?

JVS