> I'd like to hook this up to the Palm Java conduit code. To do that I need > to be able to call the parser and then write the records to the conduit > instead of the disk. I did this in C++ by creating a new subclass of the > writer and using that instead of the pdbwriter. Do you think this will > still be possible? I'd like to write that part in Java and not Python that > gets converted to Java. Then I think I can hook the stuff right into the > conduit.
In principle this should be possible. And I'd like to provide a Java-callable API to this. But I'm running into some Jython bugs that so far haven't made it easy. Bill _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
