Skip to content

mjebrahim/jaxb-demo

Repository files navigation

JAXB DEMO


  • Book.java is manually created.
  • Running main from Book.java will generate bookElOne.xml
  • Use IntelliJ to generate xsd from xml. (Tools -> XML Actions -> Generate XSD from XML)
  • BookType.java is generated by xjc command.
       xjc bookElOne.xsd -d src/main/java -p org.example.generated -no-header -npa
  • Generated BookType.java is modified to add @XmlRootElement(name = "book")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published