Hi All,
We are planning to use Java Applet which will be downloaded to users browser and communicate with the com component using JNI. And also the applet will interact with the web page using Java Script.
Web page -> Javascript -> Applet -> JNI - > COM
The web page would display the data returned by the COM and also It can send the data back to the COM.
I wonder the experts here can point me to a right direction and suggests a better approach than this.
Thanks in advance, Ramesh