[Home]
[Index]
[Previous]
Oddments
A few odds and ends that don't belong anywhere else.
Bean Bus
Developing for Bean Bus, like other aspects of Oddjob requires no
dependencies on Oddjob.
A Destination is anything that implements java.functional.Consumer
and a driver is a Job or Service that accepts a Destination as a property.
More to follow soon...
- dido
- Data In Data Out - provides a means for moving data in
and out of various sources using Oddjob. Sources include SQL,
CSV and JSON.
- beancmpr
- Compares streams of Java Beans or Data from DIDO. Runs as
a Job within Oddjob.
- oj-resolve
- Resolves dependencies from Maven and allows the creation
of a classpath in Oddjob from them.
- oj-db
- Provides an Hikari Data Source.
- oj-aws
- Some experimental jobs for working with Amazon Web Services.
- oj-spring
- Some experimental interaction between Spring and Oddjob.
[Home]
[Index]
[Previous]