Hi Everyone,
We use JDeveloper 11.1.1.7 and weblogic server 10.3.6. Our ADF application uses applet to connect to the user's scanner to scan and upload the images. This applet has parameters that is passed in order to show the reference while scanning. Now we are in a process of moving the applet to JNLP as the browser are desupporting NPAPI plugins. Can somebody let me know if there is any preferred way of doing this?
Right now I have created a jsp file(to create dynamic jnlp as the parameter values to be passed to the applet/jnlp should be dynamic) in ADF application workspace and set the content type of the page to application/x-java-jnlp-file. I am not able to evaluate the expression for the parameters except the values in implicit objects. Any help is much appreciated.
Regards
V. Praveen