News

JavaServer Pages (JSP) 2.0 introduced many new features that will change the way you develop Java Web applications. In this article, Andrei Cioroianu walks you through three examples that show how ...
Write native methods in your Java code. Then run <I>javah</I> on that to produce headers. Use these headers to write a wrapper that delegates to the static library.