https://github.com/pprattis/eclass-web-application
A Java dynamic web project which simulates an eclass application where users can sign up and sign in as admin, students or professors and can handle their grades and classes, running in apache Tomact and using pgAdmin as the database server.
https://github.com/pprattis/eclass-web-application
application computer-science dynamic-web-app java jdbc-pool pgadmin program servlet servlet-jsp sql student tomcat-server webservlet
Last synced: 29 days ago
JSON representation
A Java dynamic web project which simulates an eclass application where users can sign up and sign in as admin, students or professors and can handle their grades and classes, running in apache Tomact and using pgAdmin as the database server.
- Host: GitHub
- URL: https://github.com/pprattis/eclass-web-application
- Owner: pprattis
- License: mit
- Created: 2019-11-02T16:23:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T16:44:51.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T20:44:48.255Z (6 months ago)
- Topics: application, computer-science, dynamic-web-app, java, jdbc-pool, pgadmin, program, servlet, servlet-jsp, sql, student, tomcat-server, webservlet
- Language: Java
- Size: 55.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Java Program / Project
**This is a Java project from my early days as a Computer Science student**
_This programm was created for the fourth semester class Programming on the Internet and the World Wide Web
and is the final project for the class_> #### Description of project
>
>>A Java dynamic web project which simulates an eclass application where users can sign up and sign in as admin, students or professors and can handle their grades and classes, running in apache Tomact and using pgAdmin as the database server.> #### Functionality and Impementation of project
>
> 1. Uses the application server Tomcat
> 2. Uses the database server pgAdmin
> 3. It is a dynamic web project
> 4. Includes the sql code for the Entity-Relationship Model, which describes the Database
> 5. A class package with all servlets
> 5. Uses dynamic jsp pages
> 6. The JDBC connection method is pool> #### About this project
>
> - This project used as base the repo https://github.com/PetePrattis/eclass-web-application-practise
> - 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
>