public marks

PUBLIC MARKS from idaashley with tag xml

August 2007

Create a Portable Database with PEAR MDB2_Schema

Changing an application's database back-end is a complex task, often requiring the developer to manually re-create database tables and records. The PEAR MDB2_Schema package can make this task easier, by generating a vendor-neutral representation of a database using XML and providing tools to import this representation into any supported RDBMS.

Leverage DB2 Support for XML

Learn how the new XML storage and query environment of DB2 9 for Linux, UNIX, and Windows plays into the XML data model described in Part 1 of this series. Part 2 focuses on how to exploit the improved database support for XML in your application architecture.

New StAX Parsing in Woodstox

An XML parser is often the key to a high-performance, robust application. Traditional XML parsing techniques include DOM and SAX, but now there an innovative new parsing technique called Streaming API for XML (StAX). In this installment, learn the benefits of StAX and why the Geronimo team chose Codehaus’ Woodstox as the StAX parser.

July 2007

Create an Autosuggest Field with XForms and Ajax

XForms is a standardized technology that offers many simplification and optimizations that are complimentary to Ajax. In this article you will see some of the benefits of using Ajax and XForms together by implementing an autosuggest-form field, widely used today in web applications.

Get to Know JsonML

The rise of JavaScript Object Notation (JSON) has gone hand-in-hand with the rise of Ajax. JsonML is an extension of JSON that enables you to map XML data using JSON type markup, and this in turn enables you to easily create XML or XHTML data based on JSON markup and to build and exchange user interface (UI) elements.

June 2007

Build DocBook XML in Eclipse

DocBook XML is a library of standard XML tags you can use to write stylesheets for generating almost any output. Learn how to use DocBook XML and the Eclipse IDE together to create reusable technical documentation that you can easily distribute in most formats.

Simplify Ajax Development with Cypal Studio for GWT

Using the Google Web Toolkit (GWT), a Java programmer can write rich Ajax applications completely in the Java programming language. Learn how Cypal Studio for GWT helps create new GWT modules, supports the creation of remote procedure calls, and makes it easy to view and deploy your Web applications.

Develop an End-to-End Ajax Web Application

This article is the first of a three-part series about developing an end-to-end Ajax application using an open source middleware stack. If you're a novice Web developer who can read and understand the code written in XHTML, CSS, JavaScript, PHP, and SQL, this article is for you. After you're done, you will have a good understanding of the basic concepts of Ajax and its potential in the context of a three-tier Web application scenario.

Signing, Encrypting, and Decrypting Atom

XML Digital Signatures and Encryption can ensure trusted, unaltered, secure data transfer. But how can you use them without destroying Atom structures? This article shows you how easily the digital signatures and encryption can mesh with Atom data using the Apache Abdera API.

May 2007

Populate Validate and Query XML Content

Focused on populating, validating, and querying XML content pertinent to a specific industry, the pureXML industry bundles illustrate access to stored XML content through small script or Java-based applications. In this article, you'll learn about the industry-specific XML exchange formats, and how you can easily get started with implementing these solutions.

April 2007

Take the Ruby on Rails Train to XML

It looks like Rails is here to stay, and to everyone's benefit. Ruby plays very nicely with XML. In this tutorial, you will build a Rails application, discuss some basics about the way that Rails works, how it's structured and how to use it, and then you'll move on to working with XML.

Create XML with Google Web Toolkit

Most of Ajax applications use XML to transfer information to and from the server, so your application must be able to parse and create XML data. This tutorial shows you how to manipulate and create XML using the Google Web Toolkit. This toolkit enables you to use Java syntax to create the JavaScript necessary for Ajax user interfaces.

February 2007

The 15 minute PHP with XML Starter

This first article of a three-part series introduces PHP5's XML implementation and help those relatively new to using XML with PHP to read, parse, and manipulate, and write a short and uncomplicated XML file using the DOM and SimpleXML in a PHP environment.

Creating an XForms-Based Logo Generator

Scalable Vector Graphics (SVG) provides an easy way to declaratively create an image using XML, and XForms provides an easy way to edit XML. In this article you will put the two together to create an XForms-based XVG editor for creating SVG images such as logos.

The Greatest and Latest XForms Tips

This first tip shows you how to programmatically control the writability of data in your XForms. As data changes in your XForms form it can be essential to know and do something with the new data right away. The second tip shows you how to hook such events right into JavaScript methods to then use the data in many different ways.

XForms as an RSS Reader/Editor

RSS, Atom, and other syndication strategies involve making XML data available for download. This article explains how to create an XML reader and editor using XForms. XForms, which is designed to view and edit XML, is the perfect environment for an XML editor and reader.

January 2007

The Basics of XSLT

Transform XML data from one format to another with Extensible Stylesheet Language Transformations (XSLT). This tutorial explains how to create XSLT stylesheets, and the basics of XPath, which enables you to select specific parts of an XML document.

Process XForms in Firefox

Using the experimental Mozilla XForms extension, you can process XForms in your browser today. XForms makes development of Web-deployed applications faster and easier. This article demonstrates basic XForms processing as currently supported by Firefox and the Mozilla XForms plug-in.

December 2006

Why Ajax Works So Well with Ruby

The hype for Ajax, a technique for making Web pages more interactive, is in overdrive. In this article, find out why Ajax works so well with the flourishing Ruby on Rails framework to make Ajax on Rails a powerful combination.

November 2006

StAX’ing up XML: Streaming API for XML

The Streaming API for XML (StAX) is the latest standard for processing XML in the Java language. As a stream-oriented approach, it often proves a better alternative to other methods, such as DOM and SAX, both in terms of performance and usability. This article provides an overview of StAX and describes its cursor-based API for processing XML.

Celebrate the XML Decade

IBM Systems Journal recently published an issue dedicated to XML's 10th anniversary. Take a look at XML application techniques, and general discussion of the technical, economic and even cultural effects of XML. Learn why XML has been successful, and what it would take for XML to continue its success.

October 2006

Rich Ajax Slide Shows with DHTML and XML

by 1 other
Learn to create an Asynchronous JavaScript and XML (Ajax) client-side slide show that's animated using "Ken Burns Effects." Here, you discover how to build XML data sources for Ajax, request XML data from the client, and then dynamically create and animate HTML elements with that XML.

Working the “X” in Ajax

Even casual Ajax developers will notice the x in Ajax, and realize that it stands for XML. In this article, you'll see how servers can send XML in response to a request. XML is one of the most popular data formats in any programming medium, and offers real advantages for server responses in asynchronous applications.

September 2006

Using XML is Only One Step Towards Portability

A pervasive misconception common today is that simply designing your file format around XML somehow makes it magically portable, extensible, and intelligible by other programs. Peter Seebach explains why using XML is only part of the story when you're designing an extensible file format.

August 2006

Update Your XML with XSLT, Apache Ant, and Java SE

Learn the method for automating updates to a library of XML files so that they all conform to an updated XML schema in this two part tutorial series. In Part 1, you learn the steps in the entire process, and then create an XSLT stylesheet to update the XML files. In Part 2, you learn to install, configure, and run Ant and Java SE to iteratively transform each of your XML files based on the updates specified in your XSLT stylesheet.

idaashley's TAGS related to tag xml

ajax +   apache +   Apache Ant +   atom +   dad +   db2 +   db2 viper +   developerworks +   eclipse +   eclispe +   firefox +   geronimo +   google +   html +   information management +   java +   LBAC +   linux +   microformats +   microsoft +   mozilla +   open source +   php +   programming +   rss +   ruby +   schema +   security +   soa +   software +   technology +   tools +   unix +   web +   web development +   web services +   websphere +   windows +   xforms +   xslt +