Java Architecture for XML Binding: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 8:
In aggiunta a ''xjc'', JAXB fornisce anche ''schemagen'', un compilatore che effettua l'operazione inversa di ''xjc'', ovvero la generazione di un file [[XML Schema]] a partire da un insieme di classi Java annotate secondo le specifiche di JAXB.
== Default data type bindings ==
The table below lists the mappings of XML data types to Java data types in JAXB.
Riga 91:
|}
==
* [http://www.devx.com/Java/Article/34069 Generate an XML Document from an Object Model with JAXB 2]
* [http://blogs.techrepublic.com.com/programming-and-development/?p=498 JAXB 2.0]
==
* [https://jaxb.dev.java.net/ JAXB home page] on Project [[GlassFish]]
Riga 114 ⟶ 108:
* [http://wiki.netbeans.org/wiki/view/JAXBWizard/ JAXB Wizard]
[[de:JAXB]]
[[fr:Java Architecture for XML Binding]]
|