aspose file tools
The moose likes Java in General and the fly likes Poll/Simple Survey application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Poll/Simple Survey application" Watch "Poll/Simple Survey application" New topic
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
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Poll/Simple Survey application
 
Similar Threads
Running some kinda of survey??
How to listen to the clipboard?
REST Web Service: 415 - Unsupported Media Type error
Scrabble... it only takes a minute...
OS notifying file system changes