This is a CRUD application intended to provide user-friendly searching capabilities of a small dataset about dentists. It has a login screen,the main searching form, a view form with and without enabled editing, and a similar form for entering new data. Dentists can be searched by name, surname, city and street. The fifth column contains the number of patients, but is not searchable. There are slightly over 2000 entries in the dataset, and since I did not integrate pagination, it takes some time to load the main screen, depending on the client machine. CSV file and SQL scripts for importing are located at src/main/resources.
Login credentials are:
Username: root
Password: root
These datasets are lists of doctors grouped by four criteria: medical care for pre-school children; women health; general medicine; and dental health care. Similarly to the case of the data visualization subproject with Impala, I was using the same dataset about professionals in dental health care, with some excluded columns. It was published at the end of February 2015.