Outside In Technology in Java, JNI vs invoking exe(ExJava Wrapper API)
874264Jul 8 2011 — edited Jul 11 2011Hi,
We have to use Outside In Technology Image Export APIs in our Java Application.
The application is an applet and Image Export APIs will be consumed by the applet.
We have two design alternatives:
1. Interface Outside In APIs using Java Native Interface.
2. Use ExJava Wrapper API. These APIs invoke C exe with the required command line arguments.
Please guide use what could be pros and cons of this approach. We will be executing outside in code in client not on server.