Click here to Skip to main content
15,890,690 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Im making an election system which has to transfer vote calculations from provincial matchines to central matchine.

I use java in windows environment. I dont need codes but some way understand to what to do because I dont have any idea at all. please help me with this. Thanks
Posted
Updated 12-Jun-12 1:22am
v2

start here: Client Server Model @ Wikipedia[^]

and make your way to the Java tutorials:
http://docs.oracle.com/javase/tutorial/networking/sockets/clientServer.html[^]

and then develop something that is also secure - as you probably do not want a manipulation of the votes (keyword PGP).
 
Share this answer
 
No need to confuse any server client


use mysql jdbc driver

create an online mysql database
http://www.google.co.in/search?sugexp=chrome,mod=15&sourceid=chrome&ie=UTF-8&q=freemysql[^]

create a table and save the data you need
read it from any where

use your logic for else part
 
Share this answer
 
Comments
TorstenH. 14-Jun-12 1:01am    
No server client? Interesting idea.
How should a DB replace the communication from the "provincial" machines to the "central machine"?
vishnulalr 14-Jun-12 5:09am    
just try it you love it . use specific tables name for provincial machines a java client with only with insert. at central machine java client use select

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900