VOOZH about

URL: https://www.javacodegeeks.com/tag/xml/page/6

⇱ XML Archives - Page 6 of 7 - Java Code Geeks


  • Software Development👁 Image
    Roger HughesJuly 17th, 2012
    0 114

    Approaches to XML – Part 1 – XML is not a String…

    XML has been around a long time: from memory, I’d guess that it’s about 12-14 years old by now; it’s…

    Read More »
  • Scala👁 Image
    Jason BaldridgeMay 7th, 2012
    0 125

    Scala Basic XML processing

    Introduction Pretty much everybody knows what XML is: it is a structured, machine-readable text format for representing information that can…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Blaise DoughanApril 9th, 2012
    2 224

    JAXB and Unmapped Properties

    JAXB (JSR-222) is configuration by exception, meaning that there is a default mapping applied to domain objects. This means that…

    Read More »
  • Core Java👁 Image
    Ganesh TiwariJanuary 24th, 2012
    20 862

    XML parsing using SaxParser with complete code

    SAX parser use callback function (org.xml.sax.helpers.DefaultHandler) to informs clients of the XML document structure. You should extend DefaultHandler and override…

    Read More »
  • Core Java👁 Image
    Alex StaveleyDecember 29th, 2011
    0 3,058

    JAXB, SAX, DOM Performance

    This post investigates the performance of unmarshalling an XML document to Java objects using a number of different approaches. The…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoDecember 23rd, 2011
    6 283

    Develop Restful web services using Spring MVC

    REST INTRODUCTION From Wikipedia: REST-style architectures consist of clients and servers. Clients initiate requests to servers; servers process requests and…

    Read More »
  • Core Java👁 Image
    Blaise DoughanDecember 16th, 2011
    1 346

    Reusing Generated JAXB Classes

    In this post I will demonstrate how to leverage the –episode XJC extension to reuse classes previously generated from.an XML…

    Read More »
  • Core Java👁 Image
    Blaise DoughanSeptember 15th, 2011
    0 234

    Mapping Objects to Multiple XML Schemas – Weather Example

    I have written previous posts on EclipseLink JAXB (MOXy)‘s @XmlPath and external binding file extensions. In this post I will…

    Read More »
  • Core Java👁 Image
    Mohamed SanaullaFebruary 19th, 2011
    8 7,713

    Using JAXB to generate XML from XSD

    This is a post originally published by Mohamed Sanaulla from Experiences Unlimited, our latest JCG partner. Mohamed explains how to…

    Read More »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
Back to top button
Close