DellRoad Stuff is a dumping ground for various useful Java classes and ant build macros that have evolved over time from repeated use in several different projects.
Highlights:
- A few additions to Spring integration (see org.dellroad.stuff.spring)
- Automated schema update tracking with Spring integration (see org.dellroad.stuff.schema)
- Several Vaadin support classes, including:
- Spring integration
- In-memory and query-based containers
- Auto-generated container properties using annotations
- Auto-generated fields using annotations
- Miscellaneous other classes for Vaadin 7.x
- Support classes for JiBX (see org.dellroad.stuff.jibx)
- Simple XML Persistence Objects (see org.dellroad.stuff.pobj)
- Some handy validation support classes
- Miscellaneous stuff for I/O, networking, XML, SQL, DAO's, strings and parsing, etc.
Documentation is mainly provided via the API JavaDocs. Feel free to browse around and find something you like.
Here is the auto-generated Maven Site.
You can download dellroad-stuff from Maven Central. DellRoad Stuff is split into these modules:
Changes are noted here.