01 October 2010

Useful Java Utilities and Frameworks


  • XStream “A simple library to serialize objects to XML and back again.”

  • Rome Java tools for parsing, generating and publishing RSS and Atom feeds.

  • Google Collections “a suite of new collections and collection-related goodness for Java 5.0, brought to you by Google. This library is a natural extension of the Java Collections Framework you already know and love. “

  • Google Guice (DI Framework) “Put simply, Guice alleviates the need for factories and the use of new in your Java code. Think of Guice’s @Inject as the new new. You will still need to write factories in some cases, but your code will not depend directly on them. Your code will be easier to change, unit test and reuse in other contexts.”

  • EasyMock “EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java’s proxy mechanism.”

  • Apache Commons Tons of useful utilities for Java that I can’t pick just one.

  • GWT Java-Ajax web framework – very cool

  • JFreeChart “JFreeChart is a free 100% Java chart library that makes it easy for developers to display professional quality charts in their applications.”


  • Lucene “High-performance, full-featured text search engine library written entirely in Java.”

  • Squirrel SQL “Graphical Java program that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc,”

  • NIO.2 Ok, technically not an open source framework. This is the new version of NIO that will be included in Java 7. This is what we’ll be using in place of File and many of the other classes in the java.io package. Pretty cool.

No comments:

Post a Comment