Bookmarks tagged [native]
https://aaronparecki.com/oauth-2-simplified/
This post describes OAuth 2.0 in a simplified format to help developers and service providers implement the protocol. (
https://github.com/bytedeco/javacpp
Provides efficient and easy access to native C++.
- tags: java, native
- source code
https://github.com/java-native-access/jna
Work with native libraries without writing JNI. Also provides interfaces to common system libraries.
- tags: java, native
- source code
https://github.com/jnr/jnr-ffi
Work with native libraries without writing JNI. Also provides interfaces to common system libraries. Same goals as JNA, but faster, and serves as the basis for the upcoming [Project Panama](http://ope...
- tags: java, native
- source code