[sane-devel] JNI code for SANE

2006-02-01 Thread Andi McLean
Have you looked at JSane-net on sourcefoge ? (I'm the maintainer, though not very well at the moment :) ) It sounds like what you're planning is already part way there in the project. It was originally written to connect to sane via it's network protocol, but I have extracted the interface, so th

[sane-devel] JNI code for SANE

2006-01-29 Thread Vacuum Joe
> So once the GPLed code has been found ok I think it > can get part of > sane-frontends. Excellent! > Concerning japi I think we should pack it into a > .tar.gz file, put in > on the ftp server and link to it somewhere in case > somebody is still > interested. Then it can be removed from > sane

[sane-devel] JNI code for SANE

2006-01-29 Thread Henning Meier-Geinitz
Hi, On 2006-01-26 10:39, Vacuum Joe wrote: > JNI = Java Native Interface. Quick summary: Everything within Java [...] Thanks for all your explanations. > It really belongs in the front-ends I believe. There seem to be > requests and commercial products that do the same thing, so I think >

[sane-devel] JNI code for SANE

2006-01-26 Thread Vacuum Joe
Could you explain for java-impaired people like me what jni is, how it is connected to java and how your project is different to the other java projects? There is already code that comes with SANE (sane-backends/japi), there is jsane (commercial, http://asprise.com/product/jsane/index.php) and mo

[sane-devel] JNI code for SANE

2006-01-26 Thread Henning Meier-Geinitz
Hi, On 2006-01-24 05:22, Vacuum Joe wrote: > I have written a simple JNI interface to SANE. It works pretty well > and lets me do scans, display them, etc, all within Java. I am > interested in possibly getting this included in the SANE project > under the same license as SANE itself. Would

[sane-devel] JNI code for SANE

2006-01-25 Thread Vacuum Joe
Not right now. I don't really want to host the code myself, which is part of why I want to hand this over to the SANE project. I could send you a tarball if you want. Ideally the SANE project would host SVN for it, too, right? This would all be GPL. It seems like this is an idea and need

[sane-devel] JNI code for SANE

2006-01-25 Thread Jens Gulden
Any URL to take a look at it? Jens Vacuum Joe schrieb: > Hello SANE developers, > > I have written a simple JNI interface to SANE. It works pretty well and > lets me do scans, display them, etc, all within Java. I am interested in > possibly getting this included in the SANE project under

[sane-devel] JNI code for SANE

2006-01-24 Thread Vacuum Joe
Hello SANE developers, I have written a simple JNI interface to SANE. It works pretty well and lets me do scans, display them, etc, all within Java. I am interested in possibly getting this included in the SANE project under the same license as SANE itself. Would the devs be open to this?