Subject Re: Jaybird port to J2ME?
Author Roman Rokytskyy <rrokytskyy@yahoo.co.uk>
> Just out of curiosity does anyone have any plans to make a J2ME
> compliant version of JayBird?
> ...
> Any comments thoughts?

This seems to be not very easy task if you want to make small JDBC
driver. In this case you would have to remove a lot of functionality
that is not needed on J2ME (JCA for example). However, since this
code is used internally, you would have to write completely new
driver, possibly reusing parts of the existing code. I doubt that it
would be possible to keep both branches in sync.

Best regards,
Roman Rokytskyy