Hacker News new | ask | show | jobs
Norway publishes source code for electronic election management system (translate.google.com)
18 points by hegga 2717 days ago
1 comments

Had a brief look at the source code. It's Java EE based and they seem to be using JBoss as application server.

I haven't spent much time looking at the code, but it's definitely quite neat and well written, with separation of concerns and test coverage.

Frontend seems to be using JSF which is built into Java EE.