aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* add EmployeeDatabaseDao with constructorDominic Rogetzer2018-05-031-0/+64
|
* add CreateNewEmployeeController and set on-click methodsDominic Rogetzer2018-05-031-0/+28
|
* Allow multiple registrations at onceTharre2018-05-032-6/+8
| | | | Otherwise, proper validation wouldn't be possible.
* DTO getters should be public, not package-privateTharre2018-05-024-25/+25
|
* Add JDBCConnectionManagerTharre2018-05-011-0/+45
|
* Implement interfaces and the correspondant DTOsTharre2018-05-0119-0/+697