« What's new in the next version of WebLogic WebServices? | Main | Data Binding in Web Services »

August 26, 2004

XML Patterns

XML has three basic patterns that I've seen:

  1. Configuration Data
  2. Data Description
  3. Programming Language/Scripting Tool

Configuration Data

In Weblogic Server we use XML to describe our server configuration.

<Server> ... config data ... </Server>

Rowset Data

XML can clearly be used to describe data and is often seen in rows

Interpreter

Ant is the best example of using XML for scripting.

Posted by Chris at August 26, 2004 11:27 PM

Comments