Tag: JSON / JAVA / XML

Community

Cleaning up with AJAX

(Christopher Harrison) For the end user, AJAX transforms hitherto clumsy, simple Web applications with characteristically slow response times into Web applications more akin to their native cousins (Microsoft Window or UNIX clients) by shortening page response time and providing rich enhancements in

Community

Tip: Loop with recursion in XSLT

(Elliotte Harold) XSLT is a functional programming language like Haskell or Scheme, and unlike C or Fortran. Thus it has no loops and no mutable variables. Instead, you must replace these constructs with recursion and parameters. This tip demonstrates how to provide this functionality using named te

Community

Two Good Uses for XML

(Michael Champion) During the past seven years, XML (eXtensible Markup Language) has gone from “What is it?” to “We’re doing it.” Surveys show that most enterprise IT departments have some XML-related projects underway, and many companies use XML in mission-critical applications. As a result, the vo

Community

Untangle URIs, URLs, and URNs

(Dan Connolly) In information management, persistence and availability are in constant tension. This tension has led to separate technologies for Uniform Resource Names (URNs) and Uniform Resource Locators (URLs). Meanwhile, Uniform Resource Identifiers (URIs) are designed to serve as both persisten