共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > xmlmigrate |
xmlmigrate
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
dbMigration from ruby community is a great tool to make developer think about the migration from the beginning of the project, which is a right think to do. XML is probably the most popular data type used in java community, however, there is nothing can help developer to do XML migration.
The main feature of this project.
Automatically backup the old XML Validate the old xml based on the old xsd before the processing started. Apply the new version XSD changes and migrate the old xml using XSLT. Validate the new xml based on the new xsd after the processing finished. Expose the XMLMigration bean as Spring bean.