Hello Everybody,

Anybody had the following case???

A "user" must call a servlet and send some arguments, that could be in a
bean, and this servlet call an "administrator" and pass to him this
arguments.
If the administrator change some arguments, the user see this changes
(if he is connected yet), so both can see what the bean has, with
automatic refresh...
If another user connects, another environment is created (I don�t know
if it will use the same servlet or another) and save arguments in a
separated bean, so the administrator can set one value of the arguments
to user1 and set a different value to user2 and the users receive their
respectively values on-line.

I�m having two kind of problems:

1) How can I call the administrator?

   How can a Servlet could send a warning to an specific computer and
call the administrator?

2) How can I maintain the values of the arguments in the bean and two
pages access the same information in a common bean, and create a new
bean to new users?


(I don�t know if I explained clearly)

Thanks for your attention,

Paulo Farah

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to