XML
-
Core Java

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

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

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

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

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

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

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

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

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 »




