Genjava is a repository of reusable components. The released components are:
| Component | Version | Description | javadoc | viewable source | dependencies | release notes | download |
|---|---|---|---|---|---|---|---|
| gj-config | 1.0 | A simple configuration system, primarily for use with a JNDI implementation, such as simple-jndi. | api | src/test | deps | release notes | download |
| gj-core | 3.0 | The largest of the components, Core contains many things dependent on the JDK. | api | src/test | deps | release notes | download |
| gj-scrape | 1.0 | Set of helpers for dealing with HTML and XML without having to parse it. | api | src/test | deps | release notes | download |
| Deprecated | |||||||
| gj-csv | 1.0 | CSV reader/writer - see Commons CSV for a list of alternatives. | api | src/test | deps | release notes | download |
| gj-find | 0.1 | UNIX find command in Java - see Commons IO, much of the code ended up there. | api | src/test | deps | release notes | download |
| gj-mail | 1.0 | JavaMail helper - use Commons Email instead. | api | src/test | deps | release notes | download |
| gj-xml | 1.0 | A tiny XML parser - consider Nano XML instead. | api | src/test | deps | release notes | download |