Changes epcis-captureclient

Release History

VersionDateDescription
0.52010-12-28Bug fix and feature release
0.4.22009-02-03Feature release
0.4.02008-07-29Project name changed to Fosstrak
0.3.02008-03-20Feature release
0.2.32007-12-14Bug fix release
0.2.22007-08-31Bug fix release
0.2.02007-04-27Initial release

Release 0.5 - 2010-12-28

TypeChangesBy
addAdded support for capturing EPCISMasterDataDocument in CaptureClient.steybem
updateCode refactoring and cleanup.steybem

Release 0.4.2 - 2009-02-03

TypeChangesBy
addAdded support for connecting to EPCIS repositories that require client authentication (HTTP Basic and HTTPS with client certificates).wellington
fixUpdated example events. They are now compliant with EPCglobal's Core Business Vocabulary.roduner

Release 0.4.0 - 2008-07-29

TypeChangesBy
updateRenamed packages from org.accada to org.fosstrak.roduner

Release 0.3.0 - 2008-03-20

TypeChangesBy
addAdded possibility to construct EPCIS events using the JAXB data binding API and capture them via the CaptureClient.steybem
addAdded some utility classes for quickly sending capture requests to an EPCIS repository.steybem

Release 0.2.3 - 2007-12-14

TypeChangesBy
fixCorrected serialization of time values into XML. Fixes 1845531.steybem
updateDisplay time values in ISO8601 format.steybem
addAdded field for setting eventTimeZoneOffset in capture client GUI and adjusted example event.steybem

Release 0.2.2 - 2007-08-31

TypeChangesBy
updateChanged access method for invoking EPCIS capture interface in CaptureClient. The capture interface expects an XML document conforming to the EPCISDocument in the payload of the HTTP POST request.steybem
updateChanged return type of capture method in CaptureClient. It will now return the HTTP response code (received from the EPCIS repository) instead of the message given in payload of the HTTP response. The CaptureClientGui will display an appropriate success or fail message.steybem

Release 0.2.0 - 2007-04-27

TypeChangesBy
addInitial code release.