XML
-
Enterprise Java

Get Raw XML from SOAP in Java
SOAP (Simple Object Access Protocol) is widely used in enterprise applications for communication between services. While working with SOAP-based systems…
Read More » -
Enterprise Java

Posting XML Data with Spring RestTemplate
In modern microservice architectures, applications frequently communicate with external systems using REST APIs. While JSON is the most commonly used…
Read More » -
Software Development

Getting Started with BaseX
BaseX is a high-performance, open-source XML database and XQuery processor designed for storing, querying, and managing structured data efficiently. It…
Read More » -
Core Java

Deserialize to a Map with Correct Type Example
1. Introduction Deserialization is the process of converting data to Java objects. In this example, I will demonstrate how to…
Read More » -
Core Java

Using UNION Logic in Hibernate Applications
Hibernate is a Java ORM tool that allows interaction with relational databases using entity objects. However, it lacks native support…
Read More » -
Core Java

How to Parse an XML Fragment into a Document Node in Java
Working with XML in Java can be essential in a variety of applications. In many cases, we may need to…
Read More » -
Core Java

Understanding Invalid Characters in XML
XML, the Extensible Markup Language, is a fundamental building block for data exchange and configuration files. But like any language,…
Read More » -
Enterprise Java

JSON and XML: How Do They Compare?
JSON and XML: How Do They Compare? JSON and XML are two human-readable text formats that have emerged as rivals…
Read More » -
Software Development

A canonical XML test
I recently did a few days of TDD training for a client. They asked me to help them test and…
Read More »





