Re: MailReader Example Struts2

2006-10-18 Thread Ted Husted
The MailReader database is loaded through a listerner in the web.xml, which "injects" it into application scope. The data is not coming from the XML. The listerner parses the XML and creates a database object. The MailReader then addresses the database object, oblivious as to how it is loaded or w

MailReader Example Struts2

2006-10-18 Thread Jim Reynolds
I am trying to figure out how Struts2 works, so I am going through the docs at and walking the code. Problem: I cannot figure out how the Welcome.java which subclasses MailreaderSupport gets the data to and from the xml? I see the datab