On 10/17/05, Sameer Nanda <[EMAIL PROTECTED]> wrote: > I have a question, may sound a little bit stupid but its bugging me, what > would be the ideal purpose of having a Bean Reader ??? I mean I could > understand that a BeanWrite would write your Bean in an XML form, so does > that mean a BeanReader reads an XML into a Bean ??? > > I could hardly imagine a scenario where you would likely do this. Do you > happen to have an example?
In your case it is probably not necessary. But in general, why do you write your data to XML if nobody then reads it ? That's where the BeanReader comes into play as it does just that: reading the XML back into objects. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
