Java usb

Until june 2005, java usb api specification (JSR 80) reached final released status. This specification define API to access usb device from java. Is it a good idea to implement this spec (or integrate javax.usb sourceforge project) to jnode or continue to use current implementation ? The goal should be a clean separation between java usb api and usb device controller implementation.

Fabien L.

Good idea

If there is a good spec, it is (almost) always better to use that one, then to define our own.

Ewout