Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/peteprattis/a-programming-tutorial-web-app-with-jdbc-client
- Owner: PetePrattis
- License: mit
- Created: 2019-12-11T11:29:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T01:55:04.000Z (almost 2 years ago)
- Last Synced: 2023-09-14T10:17:22.603Z (about 1 year ago)
- Topics: bootstrap, computer-science, java, jdbc, jsp-servlet, pgadmin, pool-connection-jdbc-java, postgresql, query, servlet, sql, student, tutorial, tutorials-platfrom, web-application
- Language: CSS
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
>