NeoDatis ODB on Java Mobile

The idea of the CDC port is to implement all the classes that NeoDatis uses and that are not part of the CDC API
in a separate source folder (called src-jdk). For example, all classes like HashMap, ArrayList,… could be recreated in this source folder
with the same package name java.util so that NeoDatis would transparently compile.

A second step would be to remove all the java.util collection package references and only use
NeoDatis classes that would encapsulate the jdk classes.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License