VOOZH about

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

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


  • Core Java👁 Image
    Johannes BrodwallNovember 14th, 2013
    4 189

    Announcing EAXY: Making XML easier in Java

    XML libraries in Java is a minefield. The amount of code required to manipulate and read XML is staggering, the…

    Read More »
  • Core Java👁 Image
    Lukas EderSeptember 26th, 2013
    0 135

    How to Speed Up Apache Xalan’s XPath Processor by Factor 10x

    There has been a bit of an awkward bug in Apache Xalan for a while now, and that bug is…

    Read More »
  • Enterprise Java👁 Image
    James SutherlandSeptember 11th, 2013
    2 1,739

    Optimizing Java Serialization – Java vs XML vs JSON vs Kryo vs POF

    Perhaps I’m naive, but I always thought Java serialization must surely be the fastest and most efficient way to serialize…

    Read More »
  • Core Java👁 Image
    Koen SerneelsAugust 13th, 2013
    4 1,802

    Splitting Large XML Files in Java

    Last week I was asked to write something in Java that is able to split a single 30GB XML file…

    Read More »
  • Groovy👁 Image
    Dustin MarxJuly 24th, 2013
    0 112

    Escaping XML with Groovy 2.1

    When posting source code to my blog, I often need to convert less than signs (<), and greater than signs…

    Read More »
  • Enterprise Java👁 Image
    Blaise DoughanJune 20th, 2013
    0 143

    MOXy’s @XmlVariableNode – JSON Schema Example

    We are in the process of adding the ability to generate a JSON Schema from your domain model to EclipseLink…

    Read More »
  • Core Java👁 Image
    Mohamed SanaullaMay 27th, 2013
    30 3,006

    Parsing XML using DOM, SAX and StAX Parser in Java

    I happen to read through a chapter on XML parsing and building APIs in Java. And I tried out the…

    Read More »
  • Enterprise Java👁 Image
    Tomasz DziurkoApril 25th, 2013
    0 821

    XStream – XStreamely easy way to work with XML data in Java

    From time to time there is a moment when we have to deal with XML data. And most of the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Blaise DoughanApril 17th, 2013
    1 239

    MOXy’s Object Graphs & Dynamic JAXB

    JAXB (JSR-222) makes it easy for you to convert instances of your domain classes to/from XML.  The EclipseLink MOXy implementation…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close