This post originated from an RSS feed registered with Java Buzz
by dion.
Original Post: JNA: A simpler JNI
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
JNI is often scoffed at for being insanely difficult.
JNA aims to make it easier for you to access native code, and I heard about it from Romain (they used it in their Swing makeover talk to do cool windows).
I have heard of a mythical group at Sun who created a simple way to load a DLL/SO and allow you to go right after it. Some at Sun didn't like the idea as it would be so easy, that some users may go native too often.
I need to look closer at it, but in theory it looks really good.