Discussion:
[Aspell-user] Using Aspell with Java
Madhusudhan M. Reddy
2011-01-20 14:31:53 UTC
Permalink
Hello,
Could any one please let me know the best way to integrate Aspell
into a Java/J2EE based application.

Thanks
Madhu Reddy
Kevin Atkinson
2011-01-20 16:59:57 UTC
Permalink
Post by Madhusudhan M. Reddy
Hello,
Could any one please let me know the best way to integrate Aspell
into a Java/J2EE based application.
I don't think there are any Java libraries for interfacing with Aspell,
there is a very old library I found at
http://jaspell.sourceforge.net/javadocs/pt/tumba/spell/Aspell.html.

You probably will need to interface with Aspell directly using the C API.

Sorry I am really not familiar with the best way to interface with C via
Java. A google search on the on "interfacing java C" points to the Java
Native Interface as the way to go; however, in all likely hood you
probably know more about Java than I do.

Sorry, I couldn't be more helpful.

Aspell Maintainer.
Madhusudhan M. Reddy
2011-01-20 18:11:25 UTC
Permalink
Thank you, Kevin. Yes, the other option we had in mind was to use JNI.

Thanks
Madhu Reddy
Post by Kevin Atkinson
Post by Madhusudhan M. Reddy
Hello,
   Could any one please let me know the best way to integrate Aspell
into a Java/J2EE based application.
I don't think there are any Java libraries for interfacing with Aspell,
there is a very old library I found at
http://jaspell.sourceforge.net/javadocs/pt/tumba/spell/Aspell.html.
You probably will need to interface with Aspell directly using the C API.
Sorry I am really not familiar with the best way to interface with C via
Java.  A google search on the on "interfacing java C" points to the Java
Native Interface as the way to go;  however, in all likely hood you probably
know more about Java than I do.
Sorry, I couldn't be more helpful.
Aspell Maintainer.
Loading...