| Author |
Poll/Simple Survey application
|
Lorus Ghut
Greenhorn
Joined: Jul 31, 2002
Posts: 28
|
|
Does anyone know of a open source poll application which can be added to a standard java webapp. Prefarably based on Struts.
|
 |
rajakumar babu
Greenhorn
Joined: Nov 12, 2003
Posts: 9
|
|
A simple solution would be create a poller servlet, create a private static int counter; - static variable and increment it in your doGet() / doPost() method. This would be simple solution, but if you really want genuine hits on unique IP addresses, you might look around on the web though.
|
 |
Lorus Ghut
Greenhorn
Joined: Jul 31, 2002
Posts: 28
|
|
Thankse for your reply! However that solution is a bit to simplistic in this case. I was hoping to get a tip of a nice simple open source application for creating and managing polls(voting) on a java based web application. Lorus
|
 |
 |
|
|
subject: Poll/Simple Survey application
|
|
|