I am designing an application using servlets. I have a bunch of servlets doing database access, doing user login etc., etc. Also, I have one special servlet, which collects monitoring and performance info from all these servlets, and write to a database, and also support a web interface to show this dynamic data. I am thinking of using java beans to send monitoring info from each of the worker servlets to the monitoring servlet. Is it possible for the worker servlets to create a Databean ( a small java bean which just encapsulates statistics data) and fire off a data ready event and send the data to the monitoring servlet which acts as a listener. Do you see any pitfalls in this scheme. Thanks in advance for your thoughts. Santhosh =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
