An Opinionated Guide to Modern Java Development, Part 1
blog.paralleluniverse.co
An Opinionated Guide to Modern Java Development, Part 1
1–10 of 402 posts
Re: An Opinionated Guide to Modern Java Development, Part 1
#2Re: An Opinionated Guide to Modern Java Development, Part 1
#3What about dependency injection in modern java - is Guice or spring still the de facto standard?
Can't stand Spring Framework anymore. It set out to replace the bloatware of Java EE 1.5 but it ended up becoming what it was meant to replace.
Re: An Opinionated Guide to Modern Java Development, Part 1
#4What about dependency injection in modern java - is Guice or spring still the de facto standard?
Re: An Opinionated Guide to Modern Java Development, Part 1
#5What about dependency injection in modern java - is Guice or spring still the de facto standard?
Re: An Opinionated Guide to Modern Java Development, Part 1
#6Add to that the fact that every single topic is covered by at least 3 or 4 libraries, and you get a more complete view of the situation.
Re: An Opinionated Guide to Modern Java Development, Part 1
#7What about dependency injection in modern java - is Guice or spring still the de facto standard?
I agree... can't live without Dependency Injection (one of the reasons I refuse to move off of Java). I've been using CDI and TomEE for small simple stuff (it just works). Can't stand Spring Framework anymore. It set out to replace the bloatware of Java EE 1.5 but it ended up becoming what it was meant to replace.
Re: An Opinionated Guide to Modern Java Development, Part 1
#8Looking forward to part 2 and more!
Re: An Opinionated Guide to Modern Java Development, Part 1
#9What about dependency injection in modern java - is Guice or spring still the de facto standard?
I agree... can't live without Dependency Injection (one of the reasons I refuse to move off of Java). I've been using CDI and TomEE for small simple stuff (it just works). Can't stand Spring Framework anymore. It set out to replace the bloatware of Java EE 1.5 but it ended up becoming what it was meant to replace.
I mean, what's the point of being able to replace an implementation outside the source code itself ? You'd still have to extensively test the thing and recompile it...
Is there more to it than just being able to replace a class by its mock up, for unit testing ?
Re: An Opinionated Guide to Modern Java Development, Part 1
#10One of the things I appreciate about Java is the ability to take large teams and just have their stuff work together, without having unhuman discipline around super subtle rules (eg: C++)
Also, IntelliJ is a must have!