I paraphrased to confirm that I understand, let me
know if I have something wrong:

Ganesh MohanRao wrote:
>
> Separate application (engine) written in Java which
> listens to broadcast messages (stock values).
>
> The engine has alert information set by the user
>
> When the alert information matches with a broadcast
> message, the engine alerts the user by sending email.
>

 The user can edit the alert information using the
portal, but "the portal" is a servlet running in a
servlet container.

 So, you'd like to know how to make the portal-servlet
talk to the message-listening-engine?

 Since both components are written in Java, the
simplest thing might be to use RMI. Have the portal
servlet call a remote method over in the message
listening engine that reset the alert info.



--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to