EDIReader is a Java package for parsing business documents structured according to EDI standards. It supports the SAX and JAXP interfaces defined for XML, making it suitable for use in any XML-based system that allows the configuration of a custom SAX parser.
EDIReader Community Edition will soon be available in Maven Central repository using
<dependency>
<groupId>com.berryworks</groupId>
<artifactId>edireader</artifactId>
<version>5.4.1</version>
</dependency>