What's new

Help Voting System JAVA

pierrevon23

Addict
Joined
Aug 27, 2016
Posts
222
Reaction
46
Points
114
Guys help naman sa voting system namin for project po.

Bale ang mangyayare po is kada party list po limited lang yung candidate na senators nila sa 12 lang .
pano kaya yun?
JTable(nag sstore yung in-add na candidate) at JComboBox(Dito pipili ng PartyList at Position ng candidate) lang po yung gamit namin.

Thank you po sa tutulong!!
 
I dont understand why are you guys using jtable and jcombobox for this system.

To make things easier (and contemporary) use Spring Framework for the backend. On the frontend use JavaScript. Frameworks like React. Vue, Angular will make your life easier.

The way the frontend and backend will communicate is via asychronous APIs aka AJAX.
 
gamit ka git and github para kung ano man ang mangyari sa program mo may backup ka. version control ung git mas madali mo ma babalikan ung mga versions mo,,, hahaha
 
may voting system din akong ginawa, though written sya sa php-laravel. supported nya rin ang multi elections, multi select of candidates and party, etc. eto yung github repo link -> jmprns/votingsystem
 
Back
Top