AntFlow builds upon Apache Ant to provide a new approach to simplifying system automation that uses pipelines of hot folders chained together to perform a given task. Using XML, it associates an automated task such as data transfer, encryption, or XML processing with a directory on the local system. Whenever a file is copied or written into the hot folder, the associated task is executed and the file is moved to the next hot folder in the pipeline for further processing.
Java DIME Library implements Direct Internet Message Encapsulation (DIME), which is a lightweight binary encapsulation format that can be used to encapsulate multiple payloads of arbitrary types and sizes into a single message. DIME is ideal for incorporating binary attachments into any XML-based protocol. The library fully supports the latest DIME specifications.
Java Forward Error Correction (FEC) Library is the fastest and most mature Java FEC library available (FEC is an essential building block of any satellite or IP multicast based content distribution system). It features: Fast multi-threaded I/O routines for encoding and decoding files; Native Linux, Solaris, and Win32 accellerators with pure Java fallback; and an FEC codec plugin interface. Cryptograhic hashes can be used for checking file integrity.