PetePrattis / a-programming-tutorial-web-app-with-JDBC-client

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A JDBC client Program / Project

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

Description of project

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.

Functionality and Implementation of project

  1. JDBC connection is achieved with the pool method
  2. For each tutorial chapter inside the database are saved the theory, the test and the test's answeres
  3. Java Servlets are used to manage requests and responses from and to jsp forms
  4. Bootstrap templates are used to enrich the UI

About this project

  • 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

About

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.

License:MIT License


Languages

Language:CSS 40.6%Language:Java 29.2%Language:PLSQL 24.7%Language:JavaScript 2.8%Language:HTML 2.8%