Buscar
Social
Ofertas laborales ES
« Oracle JDeveloper 9i | Main | FuzzyJ Toolkit »
viernes
may032002

Capa de abstracción para JNI

Excelsior acaba de sacar la versión 2.12 de su librería xFunction.
Esta librería permite a los programadores realizar llamadas JNI sin tener que escribir apenas nada de código.
Por ejemplo sería posible hacer algo así:
import com.excelsior.xFunction.*;

...
/* Call Beep(1770,100) from KERNEL32.DLL */

xFunction f = new xFunction("kernel32","int Beep(int,int)");

f.invoke(new Argument(1770), new Argument(100));


Como véis, parece muy sencillo. Podéis echarle un vistazo aquí

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.
Comentarios deshabilitados
Comentarios deshabilitados en esta noticia.