"BALAMOHAN, RAJESH" wrote:
>
> Hi All,
>
> I am trying to use CASTOR in my project which uses XML extensively. We
> have pretty much completed the xsd we would be using in our project. I
> have tried creating the java code out of this xsd as well. My concerns
> about castor are
>
> 1. If we change the xsd later point in time, we need to recompile the
> entire set of classes and package them all over again.
It depends on what has changed, but most likely yes. Schema evolution is
a tricky case. Since you are nearing the completion process on your
schema, you may want to build in support for extension elements that
could allow for future expansion without needing to redesign the schema.
>
> 2. I am not using binding as it is complex. I created the source code
> directly from the xsd.
>
> 3. Are there any other disadvantages of using castor apart from point 1?
I leave this up to other people to answer.
--Keith
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user