Configuration and Utilities for Batch Applications in Java.
This project is hosted on GitHub.
Some examples of how to use the library may be found in the guide.
Beside the JAR file of this project, ensure to have also the Apache Commons Logging library in your classpath.
Requires Java SE 8 or higher.
Copyright (c) 2006 - 2021, Uwe Finke. All rights reserved.
Subject to BSD License.
Package | Description |
---|---|
de.ufinke.cubaja.cafebabe |
Bytecode generator.
|
de.ufinke.cubaja.config |
Easy access to XML configuration data.
|
de.ufinke.cubaja.csv |
Package for processing CSV data.
|
de.ufinke.cubaja.io |
Classes concerning input / output.
|
de.ufinke.cubaja.sort |
Package for sort, merge and match tasks.
|
de.ufinke.cubaja.sql |
Simplified use of JDBC.
|
de.ufinke.cubaja.util |
Miscellaneous utilities.
|