Re: contributing a JDBC persistence implementation

Martin Matula <[email protected]> Mon, 05 Jan 2004 11:45:43 +0100
Newsgroups gmane.comp.java.netbeans.modules.mdr.devel
Message-ID <[email protected]>
Hi John,
this is great. I will be happy to host it in MDR module (in "extras" 
folder). To contribute it, create a new issue (of type PATCH) for mdr 
module and attach the zip containing the source code to it. I will 
review the code and if it will be OK, I will commit it to the CVS and 
grant you a developer role in MDR project. You will be responsible for 
maintaining the code and related web-pages.
Regards,
Martin

John V. Sichi wrote:

> 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
>