Menu

Home

Seigneur Necron

University Manager


Introduction :

Welcome to my University Manager wiki !
This program is used to manage a universty (formations, students, teachers, timetables...).
It was made in the context of course on design paterns and JUnit tests. The objective of the course wasn't to create a realistic application, so this is just a client application which don't even use a database. A lot of features are missing, but there is some cool stuff.

I quickly translated the application interface from french to english, so you can test it. But I don't have time for now to do it properly with externalized strings or to translate the code in english.


Installation :

  • Download UniversityManager.zip (sourceforge.net) and extract it.
  • This program use Java 7, so you need to install the java 7 jre to launch it.

Utilization :

Double-click UniversityManager.jar to lauch the program.
The data/save folder must be in the same folder as UniversityManager.jar so the application can save data.

There are 3 types of users : admins, teachers and students.
You can login with the following accounts :

  • login="a"; password="a"; Chuck Norris (super admin, can create accounts)
  • login="p"; password="p"; Barack Adabra (president of the university, teacher)
  • login="s"; password="s"; Jean Bon (student, wordplay : sounds like "jambon" which is the french for "ham")

Sources :

The source files are in the src folder.


Project Admins:


MongoDB Logo MongoDB