This is a very good idea. Once I get this going I should be in a good position to implement a new digest method I was playing with last night.
I wish there were more reference books on this. The only one I could find was Jakarta Commons Cookbook by Timothy M. O'Brien. If anyone knows of other please let me know. Thanks for your help. Luke ----- Original Message ----- From: "Simon Kitching" <[EMAIL PROTECTED]> To: "Jakarta Commons Users List" <[email protected]> Sent: Tuesday, February 08, 2005 7:17 PM Subject: Re: Digester Quesion > On Tue, 2005-02-08 at 18:56 -0500, Luke Shannon wrote: > > Thanks for your response Simon. > > > > The program is already mostly working with dummy data. In my previous post I > > mentioned I needed three things. All three come from the xml, one I am > > already getting (using digester). The other 2 I have been hard coding. > > Requirements have changed and now I need the actual data. > > In that case, I recommend updating your program to handle the new items > but initialise that data the same way you currently initialise your > dummy data (ie not using digester). Once you have figured out how you > will store your data (which I expect will involve new members on an Item > class) and got the rest of the app working with that, then I am sure we > can help you to get Digester to populate those items from the xml. > > Good luck, > > Simon > > > > --------------------------------------------------------------------- > 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]
