aspose file tools
The moose likes Servlets and the fly likes How to make a servlet as observer????? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "How to make a servlet as observer?????" Watch "How to make a servlet as observer?????" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to make a servlet as observer?????
 
Similar Threads
Queueing of call in GWT
model class
Need help with Patterns
Observing Java Objects
Observer/Observable