July 1, 2011
Joshfire Framework – The first open source multi-device development framework – Using only standards like HTML5 and JavaScript, it allows developers and integrators to quickly create native and dedicated web apps for browsers, Node.JS, desktops, smart phones, smartTVs and connected objects. jBCrypt – strong password hashing for Java – jBCrypt is a Java implementation of [...]
Read the full article →
June 20, 2011
Java Native Access – JNA provides Java programs easy access to native shared libraries without JNI – JNA provides Java programs easy access to native shared libraries (DLLs on Windows) without writing anything but Java code—no JNI or native code is required. JNA allows you to call directly into native functions using natural Java method [...]
Read the full article →