This is a jdbc client project from my early days as a Computer Science student
This programm was created for the eighth semester class Educational Software and is the final project for the class
A jdbc application that runs queries in pgAdmin to simulate the functionality of a programming tutorial class that saves the tutorial's theory and tests in the database.
- JDBC connection is achieved with the pool method
- For each tutorial chapter inside the database are saved the theory, the test and the test's answeres
- Java Servlets are used to manage requests and responses from and to jsp forms
- Bootstrap templates are used to enrich the UI
- The dataset used for this project isnide the .sql file contains a java tutorial in greek
- The comments to make the code understandable, are within the archives
- This project was written in Eclipse Java IDE
- This repository was created to show the variety of the work I did and experience I gained as a student