> Those libraries/frameworks/APIs are complex just because real life
> projects are complex. They are supposed to do something useful and
> actually they do. They represent the richness of the Java ecosystem
> and allow us to do complex things that fit the needs of our complex
> world.

Yes, java APIs are designed to handle very complex, worst case
scenarios.  It's the simple stuff the APIs fail at.  And there really
isn't any excuse for this.  Why does everyone have their own
StringUtil/FileUtil/XMLUtil classes?  Why does apache commons exist?
Because many simple tasks require a ton of code with the standard APIs.

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to