Done some re-organization of java bindings

This commit is contained in:
Mario Danic
2007-09-14 04:08:27 +00:00
parent fe7ad51d3d
commit 5d5a6a8295
70 changed files with 0 additions and 0 deletions

16
extras/java/trunk/TODO Normal file
View File

@ -0,0 +1,16 @@
Documentation:
- Review of javadocs, update methods to java ones.
- Write a little tutorial.
- Usage examples.
Design:
- Improve error notification. Decide what functions should return error
as int/boolean and what should throw an exception. Design exception hierarchy.
- Walk to a improved Java-like API...
- Java based BurnSource. java IO/NIO burn sources
Testing:
- Test program like test/libburner and test/iso.c (this last already done)
- Write a lot of tests, either manual tests and automatic test (Junit based)
to cover all methods.