Castor is a data binding framework for Java. It's the shortest path
between Java objects, XML documents, and relational tables. Castor
provides Java-to-XML binding, Java-to-SQL persistence, and more.
The IcedTea-Web project provides a Free Software web browser plugin running
applets written in the Java programming language and an implementation of
Java Web Start, originally based on the NetX project.
The fsnotifier is used by IntelliJ for detecting file changes. This
version supports FreeBSD and OpenBSD via libinotify and is a
replacement for the bundled Linux-only version coming with the
IntelliJ IDEA Community Edition.
The Byte Code Engineering Library (formerly known as JavaClass) is
intended to give users a convenient possibility to analyze, create,
and manipulate (binary) Java class files (those ending with
.class). Classes are represented by objects which contain all the
symbolic information of the given class: methods, fields and byte code
instructions, in particular.
Such objects can be read from an existing file, be transformed by a
program (e.g. a class loader at run-time) and dumped to a file
again. An even more interesting application is the creation of classes
from scratch at run-time. The Byte Code Engineering Library (BCEL) may
be also useful if you want to learn about the Java Virtual Machine
(JVM) and the format of Java .class files.
BCEL is already being used successfully in several projects such as
compilers, optimizers, obsfuscators and analysis tools, the most
popular probably being the Xalan XSLT processor at Apache.
Provides a library of matcher objects (also known as
constraints or predicates) allowing 'match' rules to
be defined declaratively, to be used in other frameworks.
Typical scenarios include testing frameworks, mocking libraries
and UI validation rules.
Subversion is a version control system designed to be as similar to cvs(1)
as possible, while fixing many outstanding problems with cvs(1).
This port adds Java bindings to Subversion.
Avis is a multicast event bus server. Providing the ability to publish and
subscribe to events. The protocol is compatible with the commercial Elvin
implmentation developed by Mantara Software.
The Bitmechanic JDBC Connection Pool provides developers a way to easily
cache open connections to databases. This is useful in server environments
since opening database connections can be slow.
For more details see:
This plug-in for IBM's Eclipse platform integrates features from the
DrJava development environment. The plug-in provides an Interactions
Pane and a simplified user interface to Eclipse.
JUMP Ultimate Math Package (JUMP) is a Java-based extensible
high-precision math package. Includes support for computations
based on fractions. Support is included for converting to
floating point numbers and BigDecimals.