« Horse of a Different Colour | Main | Helpful Fascism »
Mark Pilgrim: "Thought Experiment". It's not a thought experiment, actually. It's Jacques Distler's reality.
Here's a short story for you all. My company makes a large suite of J2EE software, mostly for banks and insurance companies. Our software uses XML all over the freaking place. We use XML for our configuration files, XML to communicate from our machines to our customer's machines, and so on. Machines happily consuming XML from other machines. It works just fine, thanks.
One example of where we are using XML is in our workflow engine. A workflow contains tasks, chained together in a kind of graph. If you change the shape of the graph or the nature of the tasks, you change the work that the end users (the customer service representatives) have to do. Tasks and workflows can be in various states, they can connect to each other in certain ways, they can branch due to logical conditions, they can contain timing information, they can be routed to specific users or groups... and on and on it goes. As you might expect, the XML that represents a workflow is rather baroque.
Fortunately, we provide a nice GUI interface that allows you to quickly create tasks and assemble them into a workflow. Like the workflow engine, the GUI interface can read our proprietary workflow XML format. But instead of running the workflow, the GUI merely displays it in graphical form. Anything you can do by editing XML files, you can do by using the GUI interface. Huzzah!
Unfortunately, one of my newly-adopted manuals both A) lists every element and attribute of our workflow XML format and B) describes how to use the XML in detail, with many code examples. By placing this information in our public documentation, we have accidentally encouraged our customer engineers to muck with the workflow XML format by hand. This has caused exactly the sort of problems you would expect. And this is why I spent a good chunk of last week stripping out all of this information from our public documentation. The information will partly move into the schema, partly be reserved for internal documentation. If our customers need this information, they can get it. But we won't be broadcasting the message, "Look! It's XML! Open it in vi and have at it!" quite so loudly.
The more I have to deal with XML, the more convinced I grow that XML is for machine-to-machine communication only.
Posted by Evan Goer on Jan. 14, 2004 at 9:11 AM | Comments (2)
The basics:
http://www.yahoo.com automatically become links.This entry was posted on January 14, 2004 by Evan Goer.
For more entries, you can visit the main journal page or browse through the complete archives, which date back to 2001.
Text released under Creative Commons.
To use this license, you must attribute this work properly. This license does not extend to comments unless the original poster of that comment states otherwise.
Powered by Movable Type 3.33.
Home | About | Journal | HTML Tutorial
© Copyright 2001-2007, Evan Goer. Some Rights Reserved. Last Updated July 2, 2008.
Posted by jgraham on Jan. 18, 2004 at 7:37 AM
Posted by Evan on Jan. 18, 2004 at 11:56 AM