Mittwoch, 18. April 2018

Generate JAXB Java Classes from XSD File

This is a fine one: if you only do have XML and nothing else, you can generate an XSD from the XML (here) and use the XSD to generate your Java POJOS.

I am currently forced to use windows, so I will use this example.

Download jaxb-ri-2.3.0 (Version may differ for you, what ever is the newest version).
Open CMD window and change to the directory  jaxb-ri-2.3.0\jaxb-ri\bin
Copy your XSD into the folder and type:
xjc.bat <yourfile.xsd> -d <yourDirectory>

And your POJOs will be generated, ready to use.

3 Kommentare:

  1. This is extremely helpful info!! for gamers Very good work. Everything is very interesting to learn and easy to understand. Take the given information. Visit Here
    visit here

    AntwortenLöschen
  2. What a wonderful blog you have writtrn. I like it very much. It's very useful as well as easy to understand. Thanks for this amazing blog. Btw I am gamer and I have something interesting for you. You may Click Here

    AntwortenLöschen
  3. Hey,
    I read your article. This blog extremely useful. Thanking you for sharing this very important.
    check here

    AntwortenLöschen

NEW BLOG! http://cleancode.consulting/

Dear Reader, This Blog is closed and remains as an archive. Please find our new Blog at  http://cleancode.consulting/