Just a comment : 
I've seen that BeanSerializer uses *Rep AND *Desc  ... AND
PropertyDescriptor AND BeanPropertyDescriptor.

I think it should be a good Idea to use only one of these classes that have
almost the same purpose. 

Cédric

note : I'm not sure but I think that BeanPropertyDescriptor (that sort
fields) isn't usefull.


-----Message d'origine-----
De : R J Scheuerle Jr [mailto:[EMAIL PROTECTED]]
Envoyé : vendredi 19 avril 2002 14:49
À : [EMAIL PROTECTED]
Objet : Java2WSDL


The purpose for the ClassRep and other *Rep classes in Java2WSDL was
to provide a model to represent the Java information.  A user of the
emitter would then
have the capability to override the ClassRep to populate the Java
information in another
way.

But now this pluggability has been completely removed.  Java2WSDL now uses
the *Desc model exclusively.  So in the attempt to move forward, we have
lost some
more pluggability.  Note that the *Rep model was useful for representing
just
the Java information.  The *Desc model is a combined Java/XML model, so
they
are not the same thing.

Glen, if you don't want the ClassRep stuff anymore, please remove it
completely...and
all the pluggable stuff that I added since they are no longer of any use.

You win.

Rich Scheuerle
XML & Web Services Development
512-838-5115  (IBM TL 678-5115)

Reply via email to