Spring Oxm 简明教程

Spring OXM Tutorial

Spring Framework 使用全局 marshaller/unmarshaller 接口提供了对象/XML 或 O/X 映射,并允许轻松切换 O/X 映射框架。在本教程中,我们将介绍 Spring OXM 框架支持的所有重要的 OXM 框架,其有助于解决开发人员/用户在基于 Spring 框架的应用程序中面临的常见问题。

The Spring Framework provides Object/XML or O/X mapping using global marshaller/unmarshaller interfaces and allows to switch O/X mapping frameworks easily. In this tutorial, we’ll cover all the important OXM frameworks which are supported by Spring OXM framework which helps in solving the common problems developers/users face in spring framework based applications.

Audience

本教程专为 Java 程序员设计,他们需要详细了解 Spring 框架及其架构和实际用法。本教程将带你达到中级专业水平,从此你可以向更高的专业水平迈进。

This tutorial is designed for Java programmers with a need to understand the Spring framework in detail along with its architecture and actual usage. This tutorial will bring you at an intermediate level of expertise, from where you can take yourself to higher levels of expertise.

Prerequisites

在继续学习本教程之前,您应充分了解 Java 编程语言。

Before proceeding with this tutorial, you should have a good understanding of Java programming language.