Obviously, every Java programmer and his dog wrote a couple of open source frames. I can understand that frameworks are sometimes useful, but in the Java community it's the other way around: don't use as many frameworks as you can consider an “unprofessional attitude”.
Half of my team members are afraid to write any code to solve a technical problem, they’re just Google for the platform anytime they need to add functionality.
Of course, no one can be an expert in everything, but why do you (for example) choose from about 20 frameworks (the last time I expected) to serve a simple api rest?
Is this due to Java and the lack of standard libraries (xml parsing for one)? or is it related to "CV oriented programming"?
source
share