Documents And Specifications
Language
Any
Platform
Any
License
Open Source
Remove
The Butterfly framework is a lightweight approach to simplifying the use of XSLT in PHP 5, allowing for the use of stylesheet chains and caching for performance. As frameworks go it's simple and...
In this article, discover how the Action Web Service module implements Web services functionality in Ruby on Rails. Action Web Service creates server-side support for SOAP and XML-RPC Web service...
Learn how to develop an application for a real estate brokerage to display all available apartment listings as clickable Placemarks on Google Maps. To turn street addresses into their geographical...
A Google Mapplet is an application that runs inside a Google Maps results page and lets you add your own custom information to the page and the map. In this tutorial, you will write a Google Mapplet...
Learn how to implement a Yahoo! SearchMonkey application that enhances blogger.com search listings to include other information about the blog and blog owner. First, you will apply a basic...
In this tutorial, discover mashups, a highly interactive Web development methodology. Essentially a mix of related content put together from different sources, mashups provide rich dynamic content...
Over the years, developers have devised many strategies to facilitate the separation of business logic and presentation logic. In this tutorial, you will explore two solutions to separating data and...
In this article, learn how to integrate data from the Picasa Web Albums service into a PHP application using both SimpleXML and the Zend client library. Also, meet the Picasa Web Albums Data API and...
XPath expressions are much easier to write than detailed Document Object Model navigation code. When you need to extract information from an XML document, the quickest and simplest way is to embed an...
XML serialization has a myriad of uses, including object persistence and data transport. XStream is an easy-to-use open source Java library for serializing Java objects to XML and back again. Learn...
Using XML processing typically simplifies a developer's job--but not when you're programming in c++. Ever wish someone would create the create the C++ equivalent of XMLBeans? Someone has. Find out...
JasperReports is a powerful and flexible open source reporting solution. The iReport visual designer enables you to take advantage of the full power of JasperReports without in-depth knowledge of the...
Have you developed an EJB? Have you been frustrated at having to create and manipulate the XML deployment descriptors, as well as the interfaces? I certainly have. I was recently working on an EJB...
There has been growing interest in the Resource Description Framework (RDF) and a number of tools and libraries have been developed for processing it. This article describes one such library, Jena, a...
The Jato API converts XML documents into Java objects and back again. In Part 1 of this three-part series, Andy provided a set of simple examples to illustrate Java-to-XML and XML-to-Java...