Java Agents and Servlets communication

I have a Java Servlet which maintains the JDBC connection to Oracle server.

When a Notes form is opened in the browser, I want to run a Java Agent which will call the Java Servlet. Java Servlet then connects to Oracle database to retrive the necessary data and must pass these values to the calling agents.

Java Servlets works fine independently. Can some one help me how to make the connectivity between Java Agents and Servlets work.

Thank you

Subject: Java Agents and Servlets communication

Did you check Agent FAQ? There is an article there called ‘passing parameters between agents’ (or something like that). It discusses how to pass parameters between agents. It talks mostly about the R5 new feature for agents, but also goes over other methods(and potential problems with them) which will work for agents/servlets.