- Mar 10, 2022
- Mar 09, 2022
-
-
Michael Kish authored
-
Rafi authored
Converts ip address to InetAddress for ServerSocket constructor call. Set's maximum requests to server to 50. Fixed some warnings.
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
Fixed issues where after a connection is established on a server with no clients, employee data couldn't be received. Error messages print to console.
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
Revert "Fixed issues where after a connection is established on a server with no clients, employee data couldn't be received. Error messages print to console." This reverts commit 032e63a2.
-
Rafi Zereselasie (raz070) authored
Fixed issues where after a connection is established on a server with no clients, employee data couldn't be received. Error messages print to console.
-
Michael Kish authored
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
Fixed bugs that made getEmployeeByID not work. For some reason if this while loop and print statement arent present then the client will never get the initial send of the data. Removed commented code and cleaned up warnings.
-
Rafi Zereselasie (raz070) authored
-
https://git.cs.usask.ca/esc568/cmpt-370-group-projectMichael Kish authored
Conflicts: SchedulerApp/src/main/java/com/example/schedulerapp/Model.java
-
Rafi authored
Fixed bugs with that caused in consistencies with message sending between client and server. All employee data should be updated to all clients when employee data is modified in the database. The client should have an updated copy of employee information.
-
eyan_ authored
-
eyan_ authored
-
eyan_ authored
-
eyan_ authored
-
eyan_ authored
-
Mitch Cumpstone (cmc408) authored
-
eyan_ authored
-
Mitch Cumpstone (cmc408) authored
-
Rafi authored
Changed schedule and staff class so that the connection is made from the model and passed to the staff and schedule class.
-
Rafi authored
-
- Mar 08, 2022
-
-
Mitch Cumpstone (cmc408) authored
-
eyan_ authored
-
- Mar 06, 2022
-
-
Rafi Zereselasie (raz070) authored
-
Mitch Cumpstone (cmc408) authored
-
- Mar 03, 2022
-
-
Rafi Zereselasie (raz070) authored
Added the Connector/j mysql driver as a dependency to the POM.xml file so, it doesn't need to be added as a dependency on new computers, it will be done automatically.
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
Delete Employee.java. Employee data will be stored on my MySQL database. This class in no longer needed.
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
Refactored Schedule class to support local MySQL database. Now supports connecting to MySQL database.
-
Rafi Zereselasie (raz070) authored
Refactored Staff class to support local MySQL database. Now supports establishing connection to MySQL database, adding employees, removing employees, and printing all current employees.
-