| Sign In/My Account | View Cart |
| Article: |
XML-Java Data Binding Using XMLBeans | |
| Subject: | Tried XMLBeans, loved it except for... | |
| Date: | 2004-07-29 18:41:57 | |
| From: | chadstansbury1 | |
|
... it's incomplete support of XQuery. The documentation is somewhat misleading since many of the XQuery/XPath examples fail to complete with a message of "this query is too complex".
|
||
Showing messages 1 through 2 of 2.
I understood and tried to use XMLBeans in my project.
But I would like to know how to generate the xmlbeans as serializable. What to include in the xsd file to generate the beans as serializable so that I can make them as DTOs. I'm confused in that part. I have a web service which has to return an XMLBean(that is my DTO object).
Any inputs..?
Thanks