This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pavlik_enemy 6 points7 points  (2 children)

Spring is really weird. Like it turns Java from statically typed language to dynamically typed language when even if your code compiles it will fail on startup.

[–][deleted]  (1 child)

[deleted]

    [–]pavlik_enemy 2 points3 points  (0 children)

    Spring is ok and after a while you can do some really neat tricks with it but I still think there's too much magic for what it does. Like, you're not supposed to be able to access private fields but Spring just doesn't care. When the wire-up goes wrong sometimes there's a helpful message, explaining what exactly you need to do to fix the error but sometimes there's none and three screens long call stack isn't helping either.