Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Using XML with Databases - XML tutorial


Although XML is certainly a great storage format for shuttling data around the Web, most web applications store their data in relational databases. Knowing this, it stands to reason that many web applications will end up accessing data from a database yet interacting with it and sharing it with other applications as XML data. This has a lot do with the fact that XML can be used not only as a document format, but also as a way to represent data in a highly structured manner. In this tutorial, you learn how relational databases work and how you can integrate your XML applications with relational databases. More specifically, you find out how to export database data as XML code, as well as how to make SQL queries on a database and format the results in XML.
Category: XML tutorials > Database - Difficulty:


More cool XML tutorials:



CRUD and Query RESTful services from pureXML
CRUD and Query RESTful services from pureXML
Learn how well-formed XML messages can be stored in a DB2 pureXML database. Also, discover how a generic service layer can be created to enable access to the stored messages in a variety of ways by exposing a simple set of CRUD and Query services.
Category: XML tutorials > Development - Difficulty:
Develop XML-driven Ajax apps fast with Data Studio
Develop XML-driven Ajax apps fast with Data Studio
Develop a data-driven Web service using Data Studio and craft an Ajax application for the gaming industry where users can browse games they want to play, search for them by title, and even add, edit, and delete games. The Ajax application running on the client communicates with the gaming Web service in XML format, both of which are served on WebSphere Application Server.
Category: XML tutorials > Web Services - Difficulty:
Using XML to Assist Search Engines
Using XML to Assist Search Engines
This tutorial explores a feature of Google's search engine called Google Sitemaps, which allows Web developers to automatically notify Google of changes in web page content so that Google can know that the pages exist, as well as indexing the pages more frequently. Of course, Google Sitemaps uses XML or I wouldn't be bothering to tell you about it. It represents a clever and efficient use of XML that serves as an important tool in any Web developer's toolkit.
Category: XML tutorials > Web Services - Difficulty:
Structure of an XML Document
Structure of an XML Document
The structure of an XML document can be defined by two standards. The first standard is the XML specification, which defines the default rules for building all XML documents.
Category: XML tutorials > Basics - Difficulty:
XML Within the Enterprise
XML Within the Enterprise
XML can be used to create text documents that contain data in a structured format. In addition to the data, you can include a detailed set of rules that define the structure of the data. The author of the XML document defines these rules.
Category: XML tutorials > Basics - Difficulty: