The Ecommerce Standards Documents provides an open standard for storing different kinds of Ecommerce data, allowing the data be supported and transferred between business systems in a consistent, platform independent, software independent way. Its aims are to provide an open, easy, and efficient way of allowing different software providers to allow Ecommerce data to be exchanged, reducing the complexities of integrations, cutting down development costs, and saving time for everybody. The Ecommerce Standards Document Java library provides an implementation of the standards that allows the library to be embedded into Java software, and utilised by the software to store and transfer Ecommerce Standards Documents using the classes provided. To get a basic understanding of how to library in Java applications it is recommended to read through the documentation available at https://www.squizz.com/esd/index.html
- Documentation
- License
- Current Library Version 1.5
To install and and use the Ecommerce Standards documents java library you can download the library's jar file from the from the Releases page, place into your Java project's directory and reference within your classpath. Alternatively you can download this git repository and compile the library using Netbeans or javac, or incorporate the source into your own java application.