Hello,
The thing is that i have to implement a web-based system for voting
system, i have the algorithm, i don't know what language should i follow:
JSP
Servlet or
just HTML+applet
note i need to use the cookies to track the users.this why i taught
HTML+applet will not be enough, and i need to go for jsp or asp
i need one page which allow the user to choose what voting system he/she
wants. read the data, and then implement all the different voting systems
procedures. then the results from each procedure should be displayed.
But first, all the applets should access the data. the appelet parameters
don't accept array, so how can i move the data through the pages. I can
think in writing the data first in a file, and then every applet will
access it. This will avoid sending data through the pages.
any advices