Hi all,
We started looking into the Android code integration. One of the findings is that Apache Commons Logging doesn't support the Android logging facilities. An alternative to Commons Logging would be SLF4J [1][2], which works on plain Java and on Android.
In order to share as much code as possible we would have to replace Commons Logging with SLF4J across all OpenCMIS classes. This would be a one-time effort and part of the Android code integration. It would not change any APIs because it is only used internally.
WDYT? - Florian [1] http://www.slf4j.org/ [2] http://www.slf4j.org/android/
