Create custom DMS actions in servlet that can be triggered from applet
My scenario:
Have a button in the applet window (I know how to do this part)
This button be clicked and it invoke our DMS servlet to perform an action. Example: ‘Show Amount of Invoices for part’. We want to invoke a servlet side action like AutoVue does via the VueServlet.
The applet talks to the VueServlet which in turns talks to our DMS servlet to perform actions.
What I want to know is how to pass a request to the VueServlet that will get passed on to the DMS Servlet.
So maybe have a class in our servlet called ‘GetPropCSI_Custom_GetCustomInformation’ passing all the normal expected objects.