Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/peteprattis/a-programming-tutorial-web-app-with-jdbc-client

bootstrap computer-science java jdbc jsp-servlet pgadmin pool-connection-jdbc-java postgresql query servlet sql student tutorial tutorials-platfrom web-application

Last synced: about 13 hours ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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
>