InterviewSolution
| 1. |
I Currently Have A Client-server Application That Uses An Embedded Activex Control To Communicate With An External Device. How Can I Maintain This Functionality When I Deploy The Application On The Web In Oracle9i Forms? |
|
Answer» Assuming that the device in question (for example, a SCANNER) is ATTACHED to each client machine, RATHER than the server, you will use a Pluggable Java Component (PJC) to extend the capabilities of the Forms Java Client and allow it to talk to the hardware in question. Oracle9i JDeveloper PROVIDES a Wizard to help you build such Puggable Java Components. Assuming that the device in question (for example, a Scanner) is attached to each client machine, rather than the server, you will use a Pluggable Java Component (PJC) to extend the capabilities of the Forms Java Client and allow it to talk to the hardware in question. Oracle9i JDeveloper provides a Wizard to help you build such Puggable Java Components. |
|