| Author |
How to make a servlet as observer?????
|
Dhanush Dharsh
Ranch Hand
Joined: Oct 30, 2000
Posts: 33
|
|
I have a class that does some network polling. This class implements observable. It updates a datastructure after every poll and notify all its observers. These observers are used to periodically refresh my GUI client. This works fine in case of a simple java application. When I tried to port this to servlets, I am not able get the same functionality done. Is it because servlets cant be an observer ? Someone please throw some light on this. Regards, Dhanush
|
 |
Frank Carver
Sheriff
Joined: Jan 07, 1999
Posts: 6913
|
|
"Dhanush", The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please choose a new name which meets the requirements. Thanks.
|
A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
|
 |
 |
|
|
subject: How to make a servlet as observer?????
|
|
|