|
|
Re: getting java class names/javadocs for generated classes: msg#00006
text.xml.xmlbeans.user
|
Subject: |
Re: getting java class names/javadocs for generated classes |
Steve, Thanks for the input. I am using Eclipse's code completion to test this out. I just feel like...I don't know, maybe I'm just dense, but having the javadocs upfront would be a nice thing to have.
On 11/7/06, Steven Traut <straut@xxxxxxx> wrote:
Hello Beet,
I agree with Jacob that code completion or
a class browser would be ideal. There's also a documentation topic that
describes, in the abstract, what methods you get for which schema forms. That's
here: http://xmlbeans.apache.org/docs/2.0.0/guide/conMethodsForGeneratedJavaTypes.html
You might also find this overview of
generated Java types helpful: http://xmlbeans.apache.org/docs/2.0.0/guide/conJavaTypesGeneratedFromUserDerived.html
Steve
From: Jacob Danner
Sent: Tuesday, November 07, 2006
10:58 AM
To: user@xxxxxxxxxxxxxxxxxxx
Subject: RE: getting java class
names/javadocs for generated classes
II find it easiest with an editor that has
code completion.
If this is not available to you (eclipse,
jedit), the naming and methods get generated based on the following:
All classes extend
org.apache.xmlbeans.XmlObject, you can find the javadoc for this class online.
The packages were loosely determined by
following similar conventions to the JAX-RPC spec.
To get familiar with the 80%'s of
xmlbeans it may be useful to run through some of the tutorials and samples
available from the website.
-Jacobd
Hello, I performed scomp on my xml schema and got a jar file out of
it. However, I do not know where to go next. How do I get a list of
the java class names and methods for the generated classes? How do I get
the javadocs?
I suppose I can generate the source code and try to do a separate javadoc
command on that, but really wish there is an easier way.
_______________________________________________________________________ Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated
entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this by email and then delete it.
|
|