Tag

JAXB

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jan 26, 2024 · Backend Development

How to Output XML in Spring Boot 3.1.7 Using Jackson, JAXB, and XML Views

This tutorial explains when to choose XML over JSON, compares their characteristics, and provides step‑by‑step Spring Boot 3.1.7 examples—including Jackson XML configuration, custom root elements, XML view rendering, and JAXB marshalling—to produce XML responses from REST endpoints.

JAXBJacksonJava
0 likes · 7 min read
How to Output XML in Spring Boot 3.1.7 Using Jackson, JAXB, and XML Views
360 Tech Engineering
360 Tech Engineering
Sep 11, 2020 · Backend Development

Key New Features of Java 11 and Practical Migration Guide

This guide explains why Java 11 is worth adopting, lists its major language and API enhancements over Java 8—including var type inference, improved collections, stream and HTTP client APIs—and provides detailed solutions for common migration issues such as missing JAXB modules and container‑aware JVM behavior.

HttpClientJAXBJava11
0 likes · 6 min read
Key New Features of Java 11 and Practical Migration Guide