But there is a problem no a major one with XStream. When i down loaded and tried using it. It was supporting java standard Edition version 5, which has new implentation for enumset. And enum set was being used in the source code. So do check this also when you are trying to use XStream
________________________________ From: Alex [mailto:[EMAIL PROTECTED] Sent: Wed 10/26/2005 12:28 PM To: 'Jakarta Commons Users List' Subject: RE: Commons-Betwixt : Few Queries Also take a look at xmlbeans.apache.org, because it seems to be the most complete xml binding. -----Mensaje original----- De: Wim Deblauwe [mailto:[EMAIL PROTECTED] Enviado el: miƩrcoles, 26 de octubre de 2005 8:51 Para: Jakarta Commons Users List Asunto: Re: Commons-Betwixt : Few Queries After a quick look at the both websites, it seems that Xstream does not require a default constructor and also has support for enums, so it seems like a better choice at first glance. 2005/10/26, Alex <[EMAIL PROTECTED]>: > > Xstream is used in Axis Project, there you would find so many examples. > > -----Mensaje original----- > De: Wim Deblauwe [mailto:[EMAIL PROTECTED] > Enviado el: miƩrcoles, 26 de octubre de 2005 8:39 > Para: Jakarta Commons Users List > Asunto: Re: Commons-Betwixt : Few Queries > > Thank you for that info. Is anyone using one of them and which one would > you > recommend? > > 2005/10/25, Jacob Kjome <[EMAIL PROTECTED]>: > > > > 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] > > > > > > > --------------------------------------------------------------------- > 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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
