Why do I always feel that Java never worried about growing its own API (the one that comes with it)?
I've got several examples..
- File upload. Servlet API does not handle it.
- Easy XML reading
- Connection pooling
- HttpClient support
- Good logging
- Encoders
And so goes on... several lacks that we have to look for third party APIs and its requirements and etc.
Why? I came from C#, and I am feeling a bit disappointed. Do Java developers have an explanation?