Marshalling and UnMarshalling Object and List Object with Java XML

preview_player
Показать описание
In this video, I use JAXB to marshalling and UnMarshalling a Object and List Objects with Java

======================================================
======================================================
======================================================
======================================================
======================================================
======================================================
======================================================
======================================================
======================================================
======================================================
======================================================
Check out our new online store for some programming merchandise!
======================================================
TODAY IS A GREAT DAY TO LEARN SOMETHING NEW!
======================================================
Рекомендации по теме
Комментарии
Автор

Guys, I too had skipped this video with 10 seconds when I realized that there was no audio like a lot of people might have but I couldn't find any good resource for unmarshalling a list of objects any where else...I had no other option so I came back to this video...and I coded all the 4 scenarios by seeing this video and I actually found out what I was doing wrong because of which I was getting the stupid error in my code since the last 30 mins.
Just code along with this video and you will be good!
Thank you!

Paradise-kvfn
Автор

thanks, i followed it all the way through.
other viewers: you can use youtube's options menu to slow down the video playback.

ffgenerations
Автор

Excelente video, exactamente lo que buscaba

nissskygtr
Автор

thank you very much for your videos!! I have a little question . if the products have different namespaces

imperezimperez
Автор

Nice video. But have one question .How to ignore null attributes in marshalling process ?
Thank you for your help in advance.

dundappa
Автор

my eclipse can't give the comand "import java.xml.bind.annotation.*", says "the import java.xml cannot be resolved. Help pls

carmineesposito
Автор

what if getting like javax.xml.bind.annotation.*; is not resloved type . how to solve it?

kalyani
Автор

Question: In order to marshall/unmarshall an ExhibitionsList and each Exhibition uses a Stand by composition, I need to create methods to marshall/unmarshall ExhibitonsList, Exhibiton and Stand, am I right?

MrOvatsu
Автор

i have a problem when i created the jar file for the project and opening it and trying to add some data nothing added to the XML file it seems that after creating the jar file the XML file not linked to the project anymore what should i do to solve this problem ?

abanoubsamy
Автор

How to handle special characters in marshalling?

jafarpatel
Автор

when i use inheritance i got a problem assume we have parent class called person and subclass called student if person contains data member like name and subclass student  contains data member called school the problem is in the xml file only data member name appears  but data member school that i made in the subclass student not exist in the file what should i do

abanoubsamy
Автор

I get the message "null" in the console when unmarshalling the xml file, would this be due to the xml file itself?

jackflan
Автор

thank you but after applying the part of UnMarshalling List Objects i got this error (jaxb.Product cannot be cast to jaxb.ListProduct) what should i

abanoubsamy