News

XML and JSON are important to me, and I’m grateful to Apress for letting me write an entire book about them. In this article I will briefly introduce the second edition of my new book, Java XML ...
In order to process an XML document, a Java application will typically use the Document Object Model (DOM) API as standardized by the W3C. In this article, André Tost shows that the XSLT and ...
This is a basic, proof-of-concept Java object serializer that shows how such a problem can be approached using reflection in Java. The serializer (and deserializer) is capable of handling both JSON ...
About Java plugin for extracting XML data from Actimize RCM and ActOne alerts to Excel format. This plugin will take an alert ID as input and generate a downloadable Excel file from the XML content.
An XML element attribute is a tag property that adds additional information to XML data. You can use the Java JDOM classes to read the XML data including the element's attribute property.
Learn to develop a modern Java web application with this Apache Struts 2.5 example. No Struts config XML files are required. This zero-config Struts example goes without!
Tired of annotation-based Spring Boot configurations? This tutorial shows how to configure microservices with a simple Spring XML configuration file.