|
My company develops a client side integration solution to provide uniform access and interaction model to virtually any application, across all heterogeneous platforms - regardless of platform, technology or API's. I am developing code for java integration with other application. The main problem is that developer does not have source code of any application integrated. I wrote (generated with my tool in C++) a huge JNI code for injecting to the running java application, parsing its class object model and making Component wrappers (like COM objects for all component types) to access them from other processes. |