Wrapping Java with C++ Objects - JNI OOP
Briefly

JNI framework's implementation for interacting with Java code is strongly reflection oriented.
The ability to have a C++ style wrapper to handle Java objects can make JNI production much easier.
Read at CodeProject
[
|
]