Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.
-- Steve Jobs

Tuesday, August 30, 2011

Those evil frameworks and their complexity - Java Code Geeks

Those evil frameworks and their complexity - Java Code Geeks
Frameworks like Hibernate and Spring are industry-standards. JSF, EJB and the likes are also standards and used in many applications. But there are always people that are against these frameworks. The usual arguments against using frameworks are:
  • it is very complex, we don’t need it
  • we can make our own framework that will be better for us
  • we doubt their quality and don’t think they can do the job
  • we don’t want to learn yet another framework, core java should be enough
  • we’ve never heard of those…what’s so good about them?

The bad thing is you can’t argue with these people. And if they happen to be leads or architect – here’s another screwed project.
 Spring in Action Hibernate in Action (In Action series) Java Persistence with Hibernate

No comments:

Post a Comment