(work in process! Need one week to end it) CRUD web application that manages workers. Technology Stack: JDBC, JSON, SERVLETS, MySql. Some patterns :-) In near future i will seriously expand this if i have i time. Spring will come soon
Stars
1
Forks
0
Watchers
1
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
8
commits
Moved the creating of connecting to the Database in a separate class (Singleton)
ff2f52bView on GitHub1) Add a work with new Data Base Tables organisation and organisation_workers. Now we can operate not only worker, but worker and organisation and connect it in many ways.
a7b446fView on GitHub1) Now client send a json request, and we easy parse it and recieve a Json object to have more simple CRUD operation with BD.
16b7300View on GitHub1) Now client send a json request, and we easy parse it and recieve a Json object to have more simple CRUD operation with BD.
a4f5f9aView on GitHubAdd a method updateWorkerSalaryById() which update Worker salary by his Surname
066f9adView on GitHubAdd a method deleteWorkerBySurname() which delete Worker by his Surname
e32d595View on GitHub