InterviewSolution
Saved Bookmarks
| 1. |
What Are The Disadvantages/non-goals Of Jaxb? |
|
Answer» STANDARDIZE generated Java:
Preserve XML equivalence:
Bind existing JavaBeans to schemas:
Schema evolution support:
Allow generated Java to access: XML elements/attributes not described in initial schema Partial binding:
Implement every feature of the schema language:
Support DTDs:
Standardize generated Java: Preserve XML equivalence: Bind existing JavaBeans to schemas: Schema evolution support: Allow generated Java to access: XML elements/attributes not described in initial schema Partial binding: Implement every feature of the schema language: Support DTDs: |
|