XML

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
Reports
  Tutorials
  

Articles:
  • XML Security: Implement security layers, Part 2 by Manish Verma   - [Clicks: 9]
    A host of emerging technologies, such as Web services, use XML extensively for data exchange. As a result, the security of XML, while in transit as well as when in storage, assumes very high importance. This series explores the technologies that help make XML secure. Part 1 covered the basic plumbing technologies required for XML security. This article builds on that base, covering the core technologies required for XML security - XML encryption and XML signature. It also goes through the step-by-step process of using these technologies to secure an XML message.
    [Includes source code]
    http://www-106.ibm.com/developerworks/xml/library/x-seclay2/ - Oct, 2003
  • XML Security: Implement security layers, Part 1 by Manish Verma   - [Clicks: 12]
    As a format for exchanging information over the Internet, XML's popularity is continuing to grow - and one of the key issues associated with information exchange is security. No information exchange format is complete without a mechanism for ensuring the security and reliability of the information. This is the first in a series of articles by Manish Verma that will discuss the technologies that play a crucial role in securing XML. This article focuses on the basic plumbing technologies, defining security in an XML context, XML canonicalization, and PKI infrastructure, and providing a step-by-step guide to generating keys.
    [Includes source code]
    http://www-106.ibm.com/developerworks/xml/library/x-seclay1/ - Oct, 2003
  • Don't Flee the Nest by James W. Cooper   - [Clicks: 12]
    Parsing nested XML to get the information you need doesn't have to be messy. Build a SAX parser for nested XML that uses very little code.
    http://www.ftponline.com/javapro/2003_12/magazine/columns/javatecture/ - Oct, 2003
  • XML Parsing in a Producer-Consumer Model by Prabu Arumugam   - [Clicks: 6]
    This article describes one implementation of parsing XML in concurrent applications.
    [Includes source code]
    http://www.onjava.com/pub/a/onjava/2003/10/08/multithreaded_xml.html - Oct, 2003
  • Thinking XML: Semantic anchors for XML by Uche Ogbuji   - [Clicks: 7]
    … In this installment, Uche Ogbuji looks at XML Topic Maps Published Subjects and Universal Data Element Framework (UDEF), two ideas that take the granular approach by seeking to provide anchors in the semantic stream.
    http://www-106.ibm.com/developerworks/xml/library/x-think20.html - Oct, 2003
  • XML Watch: Have data, will travel by Edd Dumbill   - [Clicks: 7]
    In his continuing quest to make his data available wherever and whenever he wants it, XML developer Edd Dumbill sets out on a journey to investigate and deploy SyncML.
    [Includes source code]
    http://www-106.ibm.com/developerworks/xml/library/x-synchml/ - Jan, 2003

[Top]

Reports:
  • TSS Surveys: A Report on JDBC and XML Usage   - [Clicks: 4]
    What JDBC 3.0 features matter? Are many developers storing XML data directly in the database? On behalf of the data connectivy company, DataDirect, we recently emailed a small group of TSS subscribers to take part in a survey on their JDBC and XML usage habits. The results were interesting enough that we decided to publish them here for everyone's benefit. This is the first of many more surveys to come, which will hopefully be useful to the community.
    http://www.theserverside.com/resources/surveys/reports/jdbcsurvey/index.jsp - Oct, 2003

[Top]

Tutorials:
  • Entity management in XML applications by Leigh Dodds   - [Clicks: 12]
    Entity management is the term used to describe the process for controlling how an XML application discovers and accesses external resources known as entities. Entity management is an often overlooked aspect of XML application development. However, the technique offers a number of advantages. This tutorial presents the basic principles of entity management through the concept of an XML catalog -- an address book that defines mappings from resources referenced in XML documents (such as a stylesheet or schema) to URI references (such as file system paths or URLs).
    [Formats: HTML, PDF, Zip]
    http://www-106.ibm.com/developerworks/edu/x-dw-xentmng-i.html - Sep, 2003
  • Understanding DOM by Nicholas Chase   - [Clicks: 15]
    In this tutorial, you will learn about the structure of a DOM document. You will also learn how to use Java technology to create a Document from an XML file, make changes to it, and retrieve the output.
    [Formats: HTML, PDF, ZIP]
    http://www-106.ibm.com/developerworks/edu/x-dw-xudom-i.html - Jul, 2003
  • Understanding SAX by Nicholas Chase   - [Clicks: 14]
    This tutorial examines the use of the Simple API for XML version 2.0.x, or SAX 2.0.x. It is aimed at developers who have an understanding of XML and wish to learn this lightweight, event-based API for working with XML data. It assumes that you are familiar with concepts such as well-formedness and the tag-like nature of an XML document. In this tutorial, you will learn how to use SAX to retreive, manipulate, and output XML data.
    [Formats: HTML, PDF, ZIP]
    http://www-106.ibm.com/developerworks/edu/x-dw-xusax-i.html - Jul, 2003

[Top]