VOOZH about

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

⇱ XML Archives - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraMarch 30th, 2026
    0 111

    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👁 spring-interview-questions-answers
    Yatin BatraDecember 18th, 2025
    0 364

    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👁 Image
    Omozegie AziegbeNovember 27th, 2025
    0 255

    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👁 Image
    Mary ZhengOctober 7th, 2025
    0 550

    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👁 Image
    Yatin BatraJuly 21st, 2025
    0 461

    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👁 Image
    Omozegie AziegbeOctober 10th, 2024
    0 2,020

    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👁 Image
    Omozegie AziegbeMay 7th, 2024
    0 4,796

    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👁 java-interview-questions-answers
    Evan GlazerJuly 21st, 2019
    1 217

    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👁 Image
    Johannes BrodwallJune 29th, 2018
    0 314

    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 »
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close