JAXB XML Binding tutorial - Marshalling UnMarshalling Java Object to XML Example
XML binding is a concept of generating Java objects from XML and opposite i.e. XML documents from Java objects. Along with parsing XML documents using DOM and SAX parser, XML binding is a key concept to learn if you are working in a Java application that uses XML in any way e.g. for storing persistence data like user preferences or for transmitting messages between two systems, etc. XML binding is also a popular XML Interview question in Java. JAXB and XMLBeans are two common ways to achieve XML binding in Java.
تعليقات
إرسال تعليق