(Nicholas Chase) In Part 5 of this tutorial series on analyzing data with XSLT, the MindMap Research Team decides to tie their data in with other services, pulling information from Amazon Web Services in response to information unearthed in the analysis. Web services provide information in XML,
Tag: JSON / JAVA / XML
Designing and Managing an XML Warehouse
(Xavier Baril and Zohra Bellahsène) Data present on the Web is unstructured, or has incomplete, irregular, or frequently changed structure. XML is becoming the universal data exchange model on the Web. It has been shown that XML is well suited for representing semi-structured data. Compared to HTML,
Beyond XML Firewalling
(Toufic Boubez) Traditional development produces applications that are closed to wide usage. Custom development is required to open these programs to wide-scale integration. In contrast, Web services applications are by default open to other systems and additional configuration is required to block
Simplify Java XML Parsing with Jakarta Digester
(Srinivas C. Nallapati) The Digester framework is a high-level interface that parses an XML stream and populates the data into Java objects based on rules provided to the Digester component. Among the other XML parsing options available, the Digester package offers greater simplicity. With very
Serializing Java Objects with XStream
(Michael Fitzgerald) Joe Walnes’s XStream is a unique open-source Java library for serializing objects into XML and deserializing that XML into objects. Unlike other APIs, such as David Megginson’s XMLWriter or Elliotte Rusty Harold’s XOM, which use specific classes and methods to produce XML, XStre
Tip: Send part of an XForms instance to a Web service
(Nicholas Chase) An XForms form is handy as a Web service client because it enables you to easily send and receive an XML document, but what if you don’t necessarily want to send the entire data instance? This tip explains how you can build an instance that includes a SOAP message along with other d
Learn to Use the New XML Encryption Class in .NET 2.0
(Sanjay Shetty) XML is the de-facto language of business transactions. It enables structuring data. And the 2.0 version of the .NET framework, heretofore known by its codename, Whidbey, will finally enable you to encrypt and decrypt XML data. In this article I will explore the implementation of XML
Practical data binding: Converting to and from XML with JaxMe
(Brett McLaughlin) This article points out the iterative nature of data binding, which I’ve yet to really bring to your attention. Many APIs, especially those that fall into the utility category of APIs, are things that you just toss into your classpath and use. A great example of this sort of t
Mobile SVG
(Antoine Quint) As you have no doubt read in my previous article, SVG Tiny, the SVG sub-profile geared toward mobile phones, offers very interesting features: 2D-vector drawing, raster-image embedding, animation, and definition of reusable assets like fonts and graphics objects. Advance on the stand
HOW TO: Exchange Data via XML Updategrams
(Bernhard Pichler) For each insert or update statement a trigger fires that marks the record as updated or inserted. To allow for this two new columns are to be added to our sourcetable.
