Quoting Wim Deblauwe <[EMAIL PROTECTED]>: > We are using it currently as an XML serializer, but we have some problems > with it. There is no support for serializing enums and Collection classes > and these are very annoying things. >
If you are just looking for an XML serializer, then XStream or Skaringa would be more appropriate than Betwixt and would get rid of your annoyances as well. http://xstream.codehaus.org/ http://skaringa.sourceforge.net/ Jake > 2005/10/25, Ajith K. <[EMAIL PROTECTED]>: > > > > > > Hi > > > > I looking forward to use common betwixt for > > Mapping/Marshalling/Serializing Java objects to XML. > > > > I have a few questions regarding the Tool > > > > 1) Is this a open source code? > > 2) Is the release in a well and stable state so that it can be used in a > > production environment? > > 3) In case of future releases can we move ahead without having huge impact > > on the design and architecture or framework? At present we want to use it > > just for Java to simple XML serialization/ bean mapping. > > 4) Support for the tool. Is this readily available? > > 5) Can we expect more releases with enhancements in the future? > > > > Your response will be greatly appreciated. > > > > Thanks and Regards, > > Ajith > > Infosys Technologies Limited > > India > > > > **************** CAUTION - Disclaimer ***************** > > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended > > solely for the use of the addressee(s). If you are not the intended > > recipient, please notify the sender by e-mail and delete the original > > message. Further, you are not to copy, disclose, or distribute this e-mail > > or its contents to any other person and any such actions are unlawful. This > > e-mail may contain viruses. Infosys has taken every reasonable precaution > to > > minimize this risk, but is not liable for any damage you may sustain as a > > result of any virus in this e-mail. You should carry out your own virus > > checks before opening the e-mail or attachment. Infosys reserves the right > > to monitor and review the content of all messages sent to or from this > > e-mail address. Messages sent to or from this e-mail address may be stored > > on the Infosys e-mail system. > > ***INFOSYS******** End of Disclaimer ********INFOSYS*** > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
