Flesh is a cross-platform, open source Java application designed to quickly analyze a document and display the difficulty associated with comprehending it. It is available for all platforms that support Java. Flesh has been released under the GPL (license for use).
After processing a document, Flesh produces two scores: the Flesch-Kincaid Grade Level and the Flesch Reading Ease Score. Each of these scores is calculated after determining the number of sentences, words and syllables a document contains. Using those numbers, the Flesch-Kincaid Grade Level and Flesch Reading Ease Score can then be calculated
JOpt Simple is a Java library for parsing command line options, such as those you might pass to an invocation of javac .
As closely as possible, JOpt Simple attempts to honor the command line option syntaxes of POSIX getopt() and GNU getopt_long() .
JOrtho (Java Orthography) is a Open Source spell-checker entirely written in Java. Its dictionaries are based on the free Wiktionary project and can therefore be updated by virtually any language. The library works with any JTextComponent from the Swing framework. This includes JTextPane, JEditorPane and JTextArea.
"Openutils is a collection of small java libraries, utilities and extensions for common frameworks and tools used in j2ee projects.
Most of the code comes from projects developed at
openmind http://www.openmindonline.it"
Very interesting: Mavenised good approach for Spring testing for both JUnit4 and TestNG, wired with dbunit.