| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- XML DOM-lite parser and writer by Scott Hiles - [Clicks: 7]
This article provides a simple method for creating valid XML and a simple DOM-like (Document Object Model) parser. This method is useful for small applications that need simple XML functionality without the size and complexity of the full range defined in the XML standards. The methods used to manage the XML data resemble those used to manage vectors, with the goal being to make the interface familiar and simple.
[Includes source code]
http://www.javaworld.com/javaworld/jw-09-2004/jw-0906-xml.html - Sep, 2004 - Practical data binding: Get your feet wet in the real world by Brett McLaughlin - [Clicks: 13]
Data binding, although commonplace in today's world of Java technology and XML programming, is still largely misunderstood. This column throws out all the theoretical claptrap and focuses on the concepts you need to get started with data binding. You will understand the differences between general data binding and data binding in the XML world, as well as round-tripping, semantic equivalence, and what to look for in a data binding package.
http://www-106.ibm.com/developerworks/xml/library/x-pracdb1.html - May, 2004