| Article: |
Generating an XML Document with JAXB | |
| Subject: | JAXB 2.0 | |
| Date: | 2006-07-20 09:05:18 | |
| From: | gpaladi | |
|
Response to: JAXB 2.0
|
||
|
Hello, I tried all steps you have mentioned for JAXB 2.0. But when I run XJC, it's not creating all classes. I try to ran the sample catalog.xsd you have mentioned in the article. It created only the following 4 files. ArticleType CatalogType JournalType ObjectFactory
|
||
Showing messages 1 through 1 of 1.
-
JAXB 2.0
2006-07-20 09:28:20 Deepak Vohra | [Reply | View]
That's all the classes JAXB 2.0 creates, just the value classes, unlike JAXB 1.0 which creates interfaces and implementation classes, another advantage of JAXB 2.0.



