Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

schema

  • submit to reddit

XML Pipelines: the Process Description

The world of XML is moving fast, in its twelve year old history has raised many technologies. Many ways to validate, transform or query the data carried by the XML. Actually the validations and the transformations are commonly used together in the processes...

5 replies - 4184 views - 11/11/10 by Daniel Kec in Articles

XSD Schema is Not the Only Way

More than any other W3C Recommendation is the XSD the most criticized one. There are many reasons for the criticism but let's have a look at the most painful one, the readability. I want to read XML description There is a widely used technology for...

16 replies - 6618 views - 06/02/10 by Daniel Kec in Articles

Migrate4j - Database Migration Tool for Java

Migrate4j is a migration tool for java, similar to Ruby's db:migrate task. Unlike other Java based migration tools, database schema changes are defined in Java, not SQL. This means your migrations can be applied to different database engines without worrying...

6 replies - 15418 views - 04/28/08 by Todd Runstein in Announcements