Cubaja

Configuration and Utility packages for Batch Applications in Java

License

License

GroupId

GroupId

de.ufinke
ArtifactId

ArtifactId

cubaja
Last Version

Last Version

1.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

Cubaja
Configuration and Utility packages for Batch Applications in Java
Project URL

Project URL

https://github.com/ufinke/cubaja
Source Code Management

Source Code Management

https://github.com/ufinke/cubaja

Download cubaja

How to add to project

<!-- https://jarcasting.com/artifacts/de.ufinke/cubaja/ -->
<dependency>
    <groupId>de.ufinke</groupId>
    <artifactId>cubaja</artifactId>
    <version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.ufinke/cubaja/
implementation 'de.ufinke:cubaja:1.6.0'
// https://jarcasting.com/artifacts/de.ufinke/cubaja/
implementation ("de.ufinke:cubaja:1.6.0")
'de.ufinke:cubaja:jar:1.6.0'
<dependency org="de.ufinke" name="cubaja" rev="1.6.0">
  <artifact name="cubaja" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ufinke', module='cubaja', version='1.6.0')
)
libraryDependencies += "de.ufinke" % "cubaja" % "1.6.0"
[de.ufinke/cubaja "1.6.0"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.2

test (2)

Group / Artifact Type Version
mysql : mysql-connector-java jar 8.0.23
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

cubaja

Configuration and Utility packages for Batch Applications in Java

The cubaja library simplifies some tasks of typical Java batch applications.

Highlights are

  • transformation of complex XML configuration into a typesafe Java object tree
  • read and write CSV (offers much more than usual CsvReaders)
  • simplified usage of JDBC
  • cursors which return iterators over complete data objects from CSV or a ResultSet
  • generation of fast bytecode for bulk CSV and JDBC operations instead of reflection
  • external sort, merge and match features for high volume data
  • read and write mainframe data format

See the misc/guide.pdf for examples

Versions

Version
1.6.0