Renato Dinhani
Renato Dinhani

Reputation: 36676

There are similar projects to Java libraries like Apache Commons?

I want to know if there are another projects to provide libraries for Java like the Apache Commons project. I got some useful things like Logging, ConnectionPool, Configurations, etc. from it, but maybe there is something that it won't cover.

At the moment, I don't need anything specific, but only want to know if there are similar projects. I want to know this because I can be wasting my time in things that are already done.

Upvotes: 1

Views: 477

Answers (2)

atrain
atrain

Reputation: 9255

That's a pretty broad question. The Commons libs cover a lot of territory, but if you are using a framework such as Spring, there are even more implementations of common functionality in the scope of the framework, especially in the Spring sub-projects.

Upvotes: 1

dfb
dfb

Reputation: 13289

There's Google's Guava

Upvotes: 8

Related Questions