Download List

專案描述

jSmaTeP assists in the use of Java for processing import and export data by configuring a data structure rather than by programming it. The structure of the import data is specified in an XML file. jSmaTeP then generates a value object representing exactly one row or record in the import file based on a given XML data configuration. This means that if the import or export format changes, only the XML data configuration needs to be changed to match it.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-03-30 06:51
1.1.1

This release removes all mapped value objects from ImportResult, and offers RecordMapperListener for this purpose It has configurable identifiers to ignore records starting with a given value. Configuration has been decoupled from Apache XML Beans. Switched from jUnit3.x to jUnit4. A "default" configuration tag for fields has been added. The xsd directory has been moved under the resources directory.

2010-03-13 07:46
1.1.0

Decoupled from using configuration from Apache XML Beans. Switched from jUnit3.x to jUnit4. A "default" configuration tag for fields has been added. The xsd directory has been moved under the resources directory.
標籤: Stable

2010-03-06 00:10
1.0.2

This release adds support for variable length records, support for
hold/continue on parser error, null value support, and feature request
ID 1 (http://code.google.com/p/jsmatep/issues/detail?id=1).

2009-07-31 05:50
0.9-Alpha

Support for fixed length and CSV data files. XML data structure configuration. A value object generator. jUnit tests have been extended. A Maven-based build.

Project Resources