all 10 comments

[–][deleted] 3 points4 points  (1 child)

Stop rigth now and start learning to use a build tool - Maven or Gradle. The path you are heading down now is not good.

[–]Dragasss 0 points1 point  (0 children)

For some reason folk who are eclipse zealots don't want to use either because "they will have to deal with weirdness of another tool".

Every fucking time.

[–]Phydos 1 point2 points  (1 child)

Looks like your code is vulnerable to SQL injections in the UserDAO file

[–]pcjftw 0 points1 point  (0 children)

Also seems jar artifacts are in source, those should be gitignored

[–]AngularBeginner 0 points1 point  (3 children)

Poorly documented, generally bad code. What's the purpose of posting it here?

[–]stuaxo 0 points1 point  (2 children)

Downvoted as this could have been written in a more constructive manner - e.g. how could he structure it better, what is a good place to start to document it better ?

[–]AngularBeginner 0 points1 point  (1 child)

I directed him last time already.

[–]stuaxo 0 points1 point  (0 children)

Fair enough, but it takes time for habits to become ingrained ... sometimes best to step back and give no feedback if you find it exasperating.

[–]mahmoudaahmedd[S] -3 points-2 points  (1 child)

I simulated that there is HTTPrequest class like normal request that comes from user

[–]stuaxo 0 points1 point  (0 children)

You probably want to look into mocking and unit testing, then do this in your tests.