- Spring OXM Tutorial
- Spring OXM - Home
- Spring OXM - Overview
- Spring OXM - Environment Setup
- Spring OXM & JAXB
- Spring OXM - Create Project
- Spring OXM - Update Project JAXB2
- Spring OXM - Test JAXB2
- Spring OXM & XStream
- Spring OXM - Update Project
- Spring OXM - Test XStream
- Spring OXM & Castor
- Spring OXM - Update Project
- Spring OXM - Test Castor
- Spring OXM Useful Resources
- Spring OXM - Quick Guide
- Spring OXM - Useful Resources
- Spring OXM - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Spring OXM Tutorial
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
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
Before proceeding with this tutorial, you should have a good understanding of Java programming language.