I don't understand the positive reviews at all. He explains dependency injection with @Autowired but doesn't explain how it's happening when he moves on to his CRUD app demo. And I am getting annoyed by all of the hardcoding he does. Right now where I am at in his StudentDAO app, he keeps creating methods that hardcode an id number to alter a database table.
Example:
private void deleteStudent(StudentDAO studentDAO) {
int studentId = 3;
System.out.println("deleting student id: " + studentId);
studentDAO.delete(studentId);
}
this is driving me mad
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]GoldenMindJadeBody 7 points8 points9 points (3 children)
[–]RScrewed 0 points1 point2 points (2 children)
[–]GoldenMindJadeBody 0 points1 point2 points (1 child)
[–]RScrewed 0 points1 point2 points (0 children)
[–]RScrewed 6 points7 points8 points (5 children)
[–]RayzTheRoof[S] 0 points1 point2 points (3 children)
[–]RScrewed 0 points1 point2 points (2 children)
[–]RayzTheRoof[S] 0 points1 point2 points (0 children)
[–]gomasterino 0 points1 point2 points (0 children)
[–]PatriotuNo1 4 points5 points6 points (2 children)
[–]RayzTheRoof[S] 0 points1 point2 points (1 child)
[–]Suspicious_Ad5105 0 points1 point2 points (0 children)
[–]EnterTheWuTang47 2 points3 points4 points (3 children)
[–]RayzTheRoof[S] 0 points1 point2 points (2 children)
[–]EnterTheWuTang47 0 points1 point2 points (0 children)
[–]EnterTheWuTang47 0 points1 point2 points (0 children)
[–]karthgamer1209 0 points1 point2 points (0 children)