Skip to content

New JDBF API thoughts

Ivan Ryndin edited this page Jan 19, 2017 · 1 revision

Here I would like to place new JDBF version thoughts.

  1. Major entities (like Record, Metadata, Reader and Writer) should be interfaces.
  2. Reader, Writer implementations may have special implementations depending on DBF file type/version.
  3. Provide more consistent, reliable and rich features to write DBF files of various types
  4. Add more tests and add more DBF files of various types
  5. Push JDBF Jars to Maven Central repository and/or other widely user public repositories of Java artefacts
  6. Provide good docs and examples
Clone this wiki locally