JAXB Interviewfragen und Antworten
Question: Syntax of customization.Answer: • Customizations can be specified in– the XML Schema (our focus) – a binding declarations XML document (not well supported by RI yet) • The XML Schema must declare the JAXB namespace and version <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema” xmlns:jxb="http://java.sun.com/xml/ns/jaxb" jxb:version="1.0"> • Customization elements are placed in annotation elements <xsd:annotation> <xsd:appinfo> binding declarations </xsd:appinfo> </xsd:annotation> |
Zum Wiederholen speichern
Speichere diesen Eintrag als Lesezeichen, markiere ihn als schwierig oder lege ihn in einem Wiederholungsset ab.
Melde dich an, um Lesezeichen, schwierige Fragen und Wiederholungssets zu speichern.
Ist das hilfreich? Ja Nein
Am hilfreichsten laut Nutzern:
- What Is XML Binding?
- What is XML Binding Relationships?
- Please explain JAXB Use Cases.
- Why Use XML Binding?
- What are the goals of JAXB?