Convert Java Object To XML Using JAXB

Поділитися
Вставка
  • Опубліковано 19 січ 2025

КОМЕНТАРІ • 22

  • @infybuzz
    @infybuzz  3 роки тому +5

    If you are using Java version greater than 8 then add below dependency.
    mvnrepository.com/artifact/jakarta.xml.bind/jakarta.xml.bind-api

  • @MrKiran675
    @MrKiran675 3 місяці тому

    Why xml elements are sorting alphabetically? I don’t want Firstname to be printed first. I want Id to be printed first. How to archive that?

  • @ChandanKumar-yo3dj
    @ChandanKumar-yo3dj 2 роки тому

    each time if you run it is just ovrriding the content that should not be overwriiten please help regarding this

  • @priyagade971
    @priyagade971 9 місяців тому +1

    Thank you so much for the nice explanation.

    • @infybuzz
      @infybuzz  9 місяців тому

      You are welcome...

  • @pritammod7376
    @pritammod7376 3 роки тому +3

    Nicely explained 👍👍

  • @faizquazi292
    @faizquazi292 2 роки тому

    Hi,
    I have added the dependency but still i m geting the error like
    jakarta.xml.bind.JAXBException: Implementation of Jakarta XML Binding-API has not been found on module path or classpath.
    pls suggest..

    • @faizquazi292
      @faizquazi292 2 роки тому +1

      After adding below dependency it worked!!!!
      jaxb-runtime

  • @thahirThavvagunta
    @thahirThavvagunta 3 роки тому

    Bro how to return this xml in postman. Please tell

  • @priyankamakwana2837
    @priyankamakwana2837 Рік тому

    Why do we convert xml to java

  • @karan95791
    @karan95791 3 роки тому

    Hi how can i setup eclipse for using JAXB.
    I want to do same thing you are doing.
    Import.javax is showing errors. I have just download eclipse. How to proceed.

    • @infybuzz
      @infybuzz  3 роки тому

      Which Java version you are using ?

    • @karan95791
      @karan95791 3 роки тому

      @@infybuzz 14

    • @infybuzz
      @infybuzz  3 роки тому

      @@karan95791 then you need to add dependency from below URL.
      mvnrepository.com/artifact/jakarta.xml.bind/jakarta.xml.bind-api

  • @salmansajid1296
    @salmansajid1296 10 місяців тому

    adding second element to the file overwrites the old element

    • @infybuzz
      @infybuzz  8 місяців тому

      it should not happen. make sure second element is not same as first one.

  • @victorm3962
    @victorm3962 3 роки тому +1

    Good video

  • @iScreem1
    @iScreem1 2 роки тому

    very helpful

  • @bonnes-_-pratiques3122
    @bonnes-_-pratiques3122 4 роки тому +1

    thans your this tuturial

    • @infybuzz
      @infybuzz  4 роки тому +1

      You are welcome...