Coder Social home page Coder Social logo

jaxb-example's Introduction

zd# Introduction #

  1. JAXB 作为JDK的一部分,能便捷地将Java对象与XML进行相互转换。
  2. 一般地,我们将Java对象转换为XML的过程称之为Marshal,将XML转换为Java对象的过程称之为UnMarshal。
  3. 示例中包含所有演示的完整代码,为了能更方便地运行案例,我将重要代码放在了 src/test/java 目录下。
  4. 每一个章节有独立的 lessonN 包与之对应,可以在 src/main/javasrc/test/java 下找到相关代码。

Feature

主要从以下部分讲述JAXB:

  • JAXB 前世今生
  • JAXB 注解
  • JAXB xjc
  • JAXB Marshal
  • JAXB UnMarshal
  • JAXB 与 Spring-boot

Installation

项目使用到如下工具、软件:

  • JDK8
  • Eclipse 4.7

相关版本:

  • Spring boot 2.0.4.RELEASE
  • JAXB 2.2.8

Resources

JAXB 深入显出 系列博客

JAXB 深入显出 - JAXB 教程 目录

  • JAXB 教程 - 导读
  • JAXB 教程 - 简单转化案例
  • JAXB 教程 - 解读注解Annotation
  • JAXB 教程 - 利用 Trang 将XML转化为 schema 文件
  • JAXB 教程 - 利用 xjc 将schema 文件转化为 Java bean
  • JAXB 教程 - 解读 JAXBContext
  • JAXB 教程 - Spring boot 2 与 JAXB 2
  • JAXB 教程 - XML与Map转换
  • JAXB 教程 - XML与List转换

jaxb-example's People

Contributors

cj96248 avatar kevinyzy avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.