JAXB اسئلة واجوبة المقابلات
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> |
احفظ للمراجعة
احفظ هذا العنصر في الإشارات المرجعية، او حدده كصعب، او ضعه في مجموعة مراجعة.
سجل الدخول لحفظ الإشارات المرجعية والاسئلة الصعبة ومجموعات المراجعة.
هل هذا مفيد؟ نعم لا
الاكثر فائدة حسب تقييم المستخدمين:
- What Is XML Binding?
- What is XML Binding Relationships?
- Please explain JAXB Use Cases.
- Why Use XML Binding?
- What are the goals of JAXB?