vote up 0 vote down star

Lets compile a list of 3rd party java libraries that we like and/or find useful.

I will post my choices as a reply

flag
possible duplicate stackoverflow.com/questions/64213/… – Jherico Jun 25 at 22:52
1  
Seems very similar to stackoverflow.com/questions/130095/… – Mnementh Jun 25 at 22:54
This was already asked stackoverflow.com/questions/130095/… – victor hugo Jun 25 at 22:54
Ah I didnt see that thread, however those all all free libraries... but to be honest I don't think I personally would be able to contribute a library that isnt free. – Tnay Jun 25 at 22:59
stackoverflow.com/questions/911753/… isn't specific to free libraries. – Matthew Flaschen Jun 25 at 23:07
show 3 more comments

6 Answers

vote up 0 vote down

SQLiteJDBC

Java JDBC driver for SQLite. It runs using either a native code library 100% Pure Java driver based on NestedVM emulation.

link|flag
vote up 0 vote down

Java Collections rules. Gives you predicates, BiMaps, synchronization wrappers around java.util collections, etc.

link|flag
vote up 0 vote down

Lucene

"Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform."

Lucene never fails to astonish me, with its performance, clean implementation, and overall elegance. It's a wonderful piece of work.

link|flag
vote up 0 vote down

Golden T Game Engine (GTGE)

Golden T Game Engine (GTGE) is an advanced cross-platform game programming library written in Java language. GTGE library provides a complete routines for making 2D game from low level routines such as hardware accelerated 2D graphics, mouse and keyboard input, audio support, game timing, to game specific routines such as sprite, background, collision detection.

link|flag
vote up 0 vote down

SwingX

SwingX is all about Swing components. It focuses both on extensions to existing Swing components as well as brand new ones. SwingX contains a lot of great components that you can use in your applications today.

link|flag
vote up 0 vote down

Eclipse Link

The Eclipse Persistence Services Project (EclipseLink) delivers a comprehensive open-source Java persistence solution. EclipseLink focuses on standards with advanced features, performance and scalability for enterprise software developers across data sources, formats, and containers.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.